summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-28 00:45:33 -0400
committerpommicket <pommicket@gmail.com>2025-09-28 00:46:21 -0400
commit3c9e139aec08d1bb406a6219122ca982b4b7dc34 (patch)
tree4d7993152bbb76f1d8b7df6de45fb032332b94d0 /test
parente78bf3013ddb588638a93bed1f6eff4d0beb5106 (diff)
Remove trailing white space in source files
Diffstat (limited to 'test')
-rw-r--r--test/test.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.java b/test/test.java
index 7183aed..418c318 100644
--- a/test/test.java
+++ b/test/test.java
@@ -6,7 +6,7 @@ class Test {
is
a test*/
String x = "hello, world!\"";
- System.out.println(x +
+ System.out.println(x +
"yes\n\\"+
x);
}