remove extra whitespace

svn: r15863
This commit is contained in:
Sam Tobin-Hochstadt 2009-09-03 07:53:39 +00:00
parent 514b0a845d
commit 9e25d28a28

View File

@ -1,7 +1,5 @@
#lang typed-scheme
(lambda ()
(open-input-file "foo" #:mode 'binary)
(open-input-file "foo" #:mode 'text)