diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-03-23 21:09:05 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-03-23 21:09:05 -0600 |
commit | 762acb336997d43e15d64ff591103614abe4806f (patch) | |
tree | f2f02cc09b4ca81f6b06bc67d2f90df4a2fc9e81 /tests/Empty.java | |
parent | 7a26f1108fb412daa4495628fc5136da2bb0ee34 (diff) |
Added minor classname functionality to ST
Diffstat (limited to 'tests/Empty.java')
-rw-r--r-- | tests/Empty.java | 6 |
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); + } } |