changeset 79508 | b2861a2c2aa2 |
parent 79013 | 4fb5e6499da9 |
child 79528 | 667cb8b79909 |
--- a/src/Pure/ROOT.scala Sat Jan 20 22:26:35 2024 +0100 +++ b/src/Pure/ROOT.scala Sat Jan 20 22:27:30 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) } -