diff -r b0532b178d11 -r 707c247194be src/Pure/ROOT.scala --- a/src/Pure/ROOT.scala Mon Dec 16 13:13:05 2024 +0100 +++ b/src/Pure/ROOT.scala Mon Dec 16 13:32:36 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) } -