summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Empty.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Empty.java b/tests/Empty.java
index dc665df..975ac63 100644
--- a/tests/Empty.java
+++ b/tests/Empty.java
@@ -1,5 +1,5 @@
class Empty {
- public static void main(String[] a) {
- System.out.println(1);
- }
+ public static void main(String[] a) {
+ System.out.println(1);
+ }
}