Skip to content

Commit 52bebb5

Browse files
CLDR-18108 style
mvn spotless:apply
1 parent 6bfc387 commit 52bebb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/cldr-code/src/main/java/org/unicode/cldr/tool/ConvertLanguageData.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
import java.util.regex.Matcher;
3535
import org.unicode.cldr.draft.FileUtilities;
3636
import org.unicode.cldr.draft.ScriptMetadata;
37-
import org.unicode.cldr.draft.ScriptMetadata.IdUsage;
3837
import org.unicode.cldr.draft.ScriptMetadata.Info;
3938
import org.unicode.cldr.util.Builder;
4039
import org.unicode.cldr.util.CLDRFile;
@@ -2049,7 +2048,7 @@ static void getLanguage2Scripts(Set<RowData> sortedInput) throws IOException {
20492048
row);
20502049
continue;
20512050
}
2052-
2051+
20532052
addLanguage2Script(language, status, script);
20542053
if (row.size() > 5) {
20552054
String reference = row.get(5);

0 commit comments

Comments
 (0)