Skip to content

Commit

Permalink
fix added whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanumalla committed Dec 7, 2023
1 parent 7aeac35 commit 507a9a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/base/bitvector.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
(define maxval+1 (expt 2 (sub1 (bitvector-size BV))))
(define maxval (sub1 maxval+1))
(define (bv v [t BV]) (@bv v t))

(define-syntax-rule (check-exn e ...)
(begin
(rackunit/check-exn e ...)
Expand Down

0 comments on commit 507a9a7

Please sign in to comment.