From dcffc90c3f9ccb36fad153f34fc38652e5d76ef2 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 21 Jun 2012 01:54:23 -0400 Subject: [PATCH] Random pickiness. Spaces at EOFs, indentation, etc. original commit: 7d6e79023cf9872e6f6af2f89961b742c6296f1d --- collects/typed-racket/base-env/base-env.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-racket/base-env/base-env.rkt b/collects/typed-racket/base-env/base-env.rkt index 5c6f032f..31460e03 100644 --- a/collects/typed-racket/base-env/base-env.rkt +++ b/collects/typed-racket/base-env/base-env.rkt @@ -2831,4 +2831,4 @@ (sel (-> (-lst (-opt ind-pair)) (-opt ind-pair))) (output (-opt (-pair ind-pair (-lst (-opt ind-pair))))) (-Input (Un -String -Input-Port -Bytes -Path))) - (->optkey -Pattern -Input (N ?N -Bytes) #:match-select sel #f output))) \ No newline at end of file + (->optkey -Pattern -Input (N ?N -Bytes) #:match-select sel #f output)))