diff --git a/collects/2htdp/test/mp.ss b/collects/2htdp/test/mp.ss index 055c232663..de3a43dd24 100644 --- a/collects/2htdp/test/mp.ss +++ b/collects/2htdp/test/mp.ss @@ -38,4 +38,3 @@ (on-draw show) (record? true) (on-mouse clack)) - \ No newline at end of file diff --git a/collects/2htdp/utest/player b/collects/2htdp/utest/player index f74ff05cf2..fa05de9b38 100755 --- a/collects/2htdp/utest/player +++ b/collects/2htdp/utest/player @@ -13,4 +13,3 @@ exec mred -qu "$0" ${1+"$@"} (error 'player "name of one player expected: $ ./player name")) (make-player 200 (string->symbol (vector-ref argv 0))) -