Skip to content

Commit a83d8a6

Browse files
committed
CLDR-19275 chore: spotless
1 parent 946e409 commit a83d8a6

File tree

1 file changed

+1
-1
lines changed
  • tools/cldr-apps-webdriver/src/main/java/org/unicode/cldr/surveydriver

1 file changed

+1
-1
lines changed

tools/cldr-apps-webdriver/src/main/java/org/unicode/cldr/surveydriver/SurveyDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
public class SurveyDriver {
5656

5757
static void assertTrue(boolean t) {
58-
if(!t) throw new RuntimeException("Expected true but got false");
58+
if (!t) throw new RuntimeException("Expected true but got false");
5959
}
6060

6161
/*

0 commit comments

Comments
 (0)