Skip to content

Commit 1db9d5d

Browse files
committed
CLDR-18128 Apply source formatter changes
1 parent 7f67e9a commit 1db9d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,8 @@ static class TestCaseInput {
820820
static class TestCase {
821821
TestCaseInput testCaseInput;
822822
String classicalSkeleton; // Should only be non-null when semantic skeleton non-null.
823-
// This exists to allow existing ICU & other i18n impls to format
824-
// until they add support for formatting using semantic skeletons.
823+
// This exists to allow existing ICU & other i18n impls to format
824+
// until they add support for formatting using semantic skeletons.
825825
String expected;
826826
}
827827

0 commit comments

Comments
 (0)