Skip to content

Commit 5057418

Browse files
committed
Re-enable sanitized printing
Ws disabled by accident.
1 parent 2550f41 commit 5057418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/shortClass.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object Test {
1515
import bippity._
1616
import bop._
1717

18-
def printSanitized(x: String) = println(x)//.filterNot(_.isDigit))
18+
def printSanitized(x: String) = println(x.filterNot(_.isDigit))
1919

2020
def main(args: Array[String]): Unit = {
2121
val f = new Foo

0 commit comments

Comments
 (0)