Fix LdmlConverter.java indentation.

This commit is contained in:
Hugo van der Merwe 2020-01-17 11:46:48 +01:00
parent 5c0a15794c
commit 459cf4d751

View file

@ -269,7 +269,7 @@ public final class LdmlConverter {
.collect(toImmutableList());
if (splitDirs.isEmpty()) {
return;
return;
}
Map<IcuLocaleDir, DependencyGraph> graphMetadata = new HashMap<>();