diff --git a/beautiful-racket-demo/jsonic-demo-2/indenter.rkt b/beautiful-racket-demo/jsonic-demo-2/indenter.rkt index 54c4f52..9da8965 100644 --- a/beautiful-racket-demo/jsonic-demo-2/indenter.rkt +++ b/beautiful-racket-demo/jsonic-demo-2/indenter.rkt @@ -45,5 +45,4 @@ HERE ) (check-equal? (string-indents (apply-indenter indent-jsonic test-str)) - '(#f #f 2 2 2 4 6 6 4 2 2 #f))) - + '(#f #f 2 2 2 4 6 6 4 2 2 #f))) \ No newline at end of file