Skip to content

Commit 212c158

Browse files
committed
grumble...spotless...grumble...
1 parent 4539cd9 commit 212c158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/rptools/lib/DebugStream.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void println(Object x) {
2626
if (debugOn) {
2727
showLocation();
2828
}
29-
29+
3030
super.println(x);
3131
}
3232

@@ -35,7 +35,7 @@ public void println(String x) {
3535
if (debugOn) {
3636
showLocation();
3737
}
38-
38+
3939
super.println(x);
4040
}
4141

0 commit comments

Comments
 (0)