src/Pure/System/isabelle_system.ML
changeset 72951 74339f1a5dd7
parent 72948 f3d0e4ea492d
child 73264 440546ea20e6
--- a/src/Pure/System/isabelle_system.ML	Sat Dec 19 00:08:14 2020 +0100
+++ b/src/Pure/System/isabelle_system.ML	Sat Dec 19 00:23:21 2020 +0100
@@ -30,7 +30,7 @@
 
 fun bash_output_check s =
   (case Bash.process s of
-    {rc = 0, out, ...} => (trim_line out)
+    {rc = 0, out, ...} => trim_line out
   | {err, ...} => error (trim_line err));
 
 fun bash_output s =