Skip to content

Commit

Permalink
CLDR-18108 style
Browse files Browse the repository at this point in the history
mvn spotless:apply
  • Loading branch information
conradarcturus committed Nov 21, 2024
1 parent 7f653f7 commit 191c88d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import java.util.regex.Matcher;
import org.unicode.cldr.draft.FileUtilities;
import org.unicode.cldr.draft.ScriptMetadata;
import org.unicode.cldr.draft.ScriptMetadata.IdUsage;
import org.unicode.cldr.draft.ScriptMetadata.Info;
import org.unicode.cldr.util.Builder;
import org.unicode.cldr.util.CLDRFile;
Expand Down Expand Up @@ -2049,7 +2048,7 @@ static void getLanguage2Scripts(Set<RowData> sortedInput) throws IOException {
row);
continue;
}

addLanguage2Script(language, status, script);
if (row.size() > 5) {
String reference = row.get(5);
Expand Down

0 comments on commit 191c88d

Please sign in to comment.