Skip to content

Commit

Permalink
ac.rkt: fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
montyanderson committed May 20, 2024
1 parent ed38434 commit dc93a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ac.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ Arc 3.2 documentation: https://arclanguage.github.io/ref.
(with-handlers ([exn:fail:contract? (lambda (exn) (void))])
(when (and (char-ready?) (char-whitespace? (peek-char)))
(read-char)
(trash-whitespace))))
(trash-whitespace))))

(define (tl2 interactive?)
(when interactive? (display "arc> "))
Expand Down

0 comments on commit dc93a7c

Please sign in to comment.