src/Pure/ROOT.scala
changeset 78126 163e4835a8db
parent 78012 61c92140a6d2
child 78198 c268def0784b
--- a/src/Pure/ROOT.scala	Wed May 31 11:13:22 2023 +0200
+++ b/src/Pure/ROOT.scala	Wed May 31 11:14:15 2023 +0200
@@ -27,4 +27,3 @@
   def if_proper[A](x: Iterable[A], body: => String): String = Library.if_proper(x, body)
   def if_proper(b: Boolean, body: => String): String = Library.if_proper(b, body)
 }
-