diff --git a/collects/lang/private/and-or-map.ss b/collects/lang/private/and-or-map.ss index 03163fd15b..c32604e64b 100644 --- a/collects/lang/private/and-or-map.ss +++ b/collects/lang/private/and-or-map.ss @@ -51,4 +51,4 @@ (unless (equal? (intermediate-andmap odd? '(1 3 5)) #t) (error 'x "3")) (unless (equal? (intermediate-ormap even? '(1 3 5)) #f) (error 'x "1")) -|# \ No newline at end of file +|#