diff --git a/src/test/java/io/github/thebusybiscuit/slimefun4/core/services/localization/TestColorCodes.java b/src/test/java/io/github/thebusybiscuit/slimefun4/core/services/localization/TestColorCodes.java index b23d51e53b..88371ac0ee 100644 --- a/src/test/java/io/github/thebusybiscuit/slimefun4/core/services/localization/TestColorCodes.java +++ b/src/test/java/io/github/thebusybiscuit/slimefun4/core/services/localization/TestColorCodes.java @@ -39,7 +39,7 @@ class TestColorCodes extends AbstractLocaleRegexChecker { void testSpelling(LanguagePreset lang, LanguageFile file) throws IOException, InvalidConfigurationException { FileConfiguration config = readLanguageFile(lang, file); if (config == null) { - return; + return; } assertNoRegexMatchesForAllEntries(lang, file, config); }