Skip to content

Commit b25244c

Browse files
committed
Reduce redundant newlines
1 parent 12389f8 commit b25244c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/net/openhft/compiler/CompilerUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
/**
4040
* This class support loading and debugging Java Classes dynamically.
4141
*/
42-
public enum CompilerUtils {;
42+
public enum CompilerUtils {
43+
; // none
4344
public static final boolean DEBUGGING = isDebug();
4445
public static final CachedCompiler CACHED_COMPILER = new CachedCompiler(null, null);
4546

0 commit comments

Comments
 (0)