From 3c9e139aec08d1bb406a6219122ca982b4b7dc34 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 28 Sep 2025 00:45:33 -0400 Subject: Remove trailing white space in source files --- test/test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.java') 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); } -- cgit v1.2.3