src/Pure/ROOT.scala
changeset 81295 66c253421be4
parent 80131 68fc6839679e
child 81351 95cb584cb777
--- a/src/Pure/ROOT.scala	Mon Oct 28 08:48:31 2024 +0100
+++ b/src/Pure/ROOT.scala	Mon Oct 28 09:40:28 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)
 }
-