diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/translation/TranslatedComponents.java b/src/main/java/the/bytecode/club/bytecodeviewer/translation/TranslatedComponents.java index a8def54e..e0b6b2cf 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/translation/TranslatedComponents.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/translation/TranslatedComponents.java @@ -253,7 +253,8 @@ public enum TranslatedComponents MIN_SDK_VERSION, ANNOTATION_NAME, MATCH_CASE, - EXACT_PATH, PRINT_LINE_NUMBERS, + EXACT_PATH, + PRINT_LINE_NUMBERS, ; private final TranslatedComponentReference componentReference;