tuned whitespace;
authorwenzelm
Sat, 11 Apr 2015 23:28:34 +0200
changeset 60022 ea987317a785
parent 60016 6e6cc8c012a2
child 60023 f3e70d74a686
tuned whitespace;
src/HOL/Library/code_test.ML
--- a/src/HOL/Library/code_test.ML	Sat Apr 11 22:09:16 2015 +0200
+++ b/src/HOL/Library/code_test.ML	Sat Apr 11 23:28:34 2015 +0200
@@ -148,7 +148,8 @@
        (ts ~~ evals))]
 
 fun pretty_failure ctxt target (((_, evals), query), eval_ts) =
-  Pretty.block (Pretty.text ("Test in " ^ target ^ " failed for") @ [Pretty.brk 1, Pretty.quote (Syntax.pretty_term ctxt query)]
+  Pretty.block (Pretty.text ("Test in " ^ target ^ " failed for")
+    @ [Pretty.brk 1, Pretty.quote (Syntax.pretty_term ctxt query)]
     @ pretty_eval ctxt evals eval_ts)
 
 fun pretty_failures ctxt target failures =