Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tdiepenb committed Jan 11, 2025
1 parent 0931f18 commit 77f815f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ public String toString() {
public static Map<String, String> getLanguages() {
Map<String, String> languages = new TreeMap<>();

for (SupportedLocales locale : SupportedLocales.values()) {
languages.put(locale.getLocale(), locale.toString());
}

for (SupportedLocales locale : SupportedLocales.values()) {
languages.put(locale.getLocale(), locale.toString());
}
return languages;
}
}

0 comments on commit 77f815f

Please sign in to comment.