From 762acb336997d43e15d64ff591103614abe4806f Mon Sep 17 00:00:00 2001 From: bd-912 Date: Sat, 23 Mar 2024 21:09:05 -0600 Subject: Added minor classname functionality to ST --- tests/Empty.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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); + } } -- cgit v1.2.3