src/Pure/ROOT.scala
changeset 81456 b29b72f64a6c
parent 81351 95cb584cb777
child 81602 3b93da12e9bd
--- a/src/Pure/ROOT.scala	Fri Nov 15 20:48:41 2024 +0100
+++ b/src/Pure/ROOT.scala	Fri Nov 15 21:04:51 2024 +0100
@@ -29,4 +29,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)
 }
-