diff --git a/collects/2htdp/batch-io.ss b/collects/2htdp/batch-io.ss index 43ae79acd7..c1f5ee0f7e 100644 --- a/collects/2htdp/batch-io.ss +++ b/collects/2htdp/batch-io.ss @@ -28,4 +28,4 @@ ;; write str to file f (in current-directory); ;; false, if f exists ;; true, if f doesn't exist - ) \ No newline at end of file + ) diff --git a/collects/schemeunit/scribblings/file.scm b/collects/schemeunit/scribblings/file.scm index 80c37e9bff..51e5a08b78 100644 --- a/collects/schemeunit/scribblings/file.scm +++ b/collects/schemeunit/scribblings/file.scm @@ -11,4 +11,4 @@ (my-* (sub1 a) (my-+ b b)))) (provide my-+ - my-*) \ No newline at end of file + my-*)