Skip to content

Commit f79f308

Browse files
committed
one empty line is okay
1 parent fa22e07 commit f79f308

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/org/jabref/logic/l10n/LocalizationConsistencyTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,10 @@ void findMissingLocalizationKeys() throws IOException {
130130
key.getValueForEnglishPropertiesFile()))
131131
.collect(Collectors.joining("\n",
132132
"""
133+
133134
DETECTED LANGUAGE KEYS WHICH ARE NOT IN THE ENGLISH LANGUAGE FILE
134135
PASTE THESE INTO THE ENGLISH LANGUAGE FILE
136+
135137
""",
136138
"\n\n")));
137139
}
@@ -143,8 +145,10 @@ void findObsoleteLocalizationKeys() throws IOException {
143145
obsoleteKeys.stream().collect(Collectors.joining("\n",
144146
"Obsolete keys found in language properties file: \n\n",
145147
"""
148+
146149
1. CHECK IF THE KEY IS REALLY NOT USED ANYMORE
147150
2. REMOVE THESE FROM THE ENGLISH LANGUAGE FILE
151+
148152
"""))
149153
);
150154
}

0 commit comments

Comments
 (0)