diff --git a/collects/tests/typed-racket/fail/explicit-fail.rkt b/collects/tests/typed-racket/fail/explicit-fail.rkt index 5927d047..c59b8ca4 100644 --- a/collects/tests/typed-racket/fail/explicit-fail.rkt +++ b/collects/tests/typed-racket/fail/explicit-fail.rkt @@ -11,4 +11,4 @@ (define (f x) (cond* x [(string? x) #t] - [(exact-nonnegative-integer? x) #f])) \ No newline at end of file + [(exact-nonnegative-integer? x) #f])) diff --git a/collects/tests/typed-racket/fail/opaque-overlap.rkt b/collects/tests/typed-racket/fail/opaque-overlap.rkt index e9c9f796..20b24418 100644 --- a/collects/tests/typed-racket/fail/opaque-overlap.rkt +++ b/collects/tests/typed-racket/fail/opaque-overlap.rkt @@ -13,4 +13,4 @@ (ann (match pi [(list n) 'success] [other 'failure]) - (U #;'success 'failure))) \ No newline at end of file + (U #;'success 'failure))) diff --git a/collects/tests/typed-racket/succeed/opt-arg-test.rkt b/collects/tests/typed-racket/succeed/opt-arg-test.rkt index 6dea2a1c..0fdffa59 100644 --- a/collects/tests/typed-racket/succeed/opt-arg-test.rkt +++ b/collects/tests/typed-racket/succeed/opt-arg-test.rkt @@ -15,4 +15,4 @@ (add1 (f 0)) -(add1 (f)) \ No newline at end of file +(add1 (f)) diff --git a/collects/tests/typed-racket/succeed/parameter-proc.rkt b/collects/tests/typed-racket/succeed/parameter-proc.rkt index ef95fb22..d6aabd3b 100644 --- a/collects/tests/typed-racket/succeed/parameter-proc.rkt +++ b/collects/tests/typed-racket/succeed/parameter-proc.rkt @@ -4,4 +4,4 @@ (unless (equal? (parameter? current-directory) (if (parameter? current-directory) #t #f)) - (error 'unsound!)) \ No newline at end of file + (error 'unsound!)) diff --git a/collects/tests/typed-racket/unit-tests/special-env-typecheck-tests.rkt b/collects/tests/typed-racket/unit-tests/special-env-typecheck-tests.rkt index 665f4c0e..5da1cb2e 100644 --- a/collects/tests/typed-racket/unit-tests/special-env-typecheck-tests.rkt +++ b/collects/tests/typed-racket/unit-tests/special-env-typecheck-tests.rkt @@ -123,4 +123,4 @@ (define-go typecheck-special-tests) -(provide typecheck-special-tests) \ No newline at end of file +(provide typecheck-special-tests) diff --git a/collects/typed/racket/date.rkt b/collects/typed/racket/date.rkt index 50370916..c4a718ce 100644 --- a/collects/typed/racket/date.rkt +++ b/collects/typed/racket/date.rkt @@ -12,4 +12,4 @@ [find-seconds (case-> (Integer Integer Integer Integer Integer Integer -> Integer) (Integer Integer Integer Integer Integer Integer Any -> Integer))] [date->julian/scalinger (date -> Integer)] - [julian/scalinger->string (Integer -> String)]) \ No newline at end of file + [julian/scalinger->string (Integer -> String)])