Skip to content

Commit 90ff96b

Browse files
committed
修改格式。
1 parent 88ce487 commit 90ff96b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

framework/fit/java/fit-util/src/test/java/modelengine/fitframework/util/i18n/LocaleContextHolderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ void givenExistingLocaleContextThenClearIt() {
9999
assertThat(LocaleContextHolder.getLocaleContext()).isNull();
100100
}
101101
}
102-
}
102+
}

framework/fit/java/fit-util/src/test/java/modelengine/fitframework/util/i18n/LocaleContextTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ void givenNullThenReturnNull() {
4949
assertThat(localeContext.getLocale()).isNull();
5050
}
5151
}
52-
}
53-
52+
}

0 commit comments

Comments
 (0)