diff --git a/collects/typed-racket/utils/any-wrap.rkt b/collects/typed-racket/utils/any-wrap.rkt index fcac9b5334..4cecd411b5 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)