From b299fdb71c964fd69d578dd2560315510c576eff Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Sat, 27 Oct 2012 17:28:56 -0700 Subject: [PATCH] Formatting. original commit: 7573fd7ee0f61b45dcff96d85e0cc6aab1982e6f --- collects/typed-racket/utils/any-wrap.rkt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/collects/typed-racket/utils/any-wrap.rkt b/collects/typed-racket/utils/any-wrap.rkt index fcac9b53..4cecd411 100644 --- a/collects/typed-racket/utils/any-wrap.rkt +++ b/collects/typed-racket/utils/any-wrap.rkt @@ -6,7 +6,9 @@ (define (traverse b) (define (fail v) - (raise-blame-error (blame-swap b) v "Attempted to use a higher-order value passed as `Any` in untyped code")) + (raise-blame-error + (blame-swap b) v + "Attempted to use a higher-order value passed as `Any` in untyped code")) (define (t v) (define (wrap-struct s)