Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrik-es committed Oct 5, 2024
1 parent 31efafe commit 8448866
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ public void testSyntheticSourceKeepArrays() throws IOException {
String expected = Strings.toString(builder);
String actual = syntheticSource(mapperAll, buildInput);
// Check for single-element array, the array source is not stored in this case.
if (expected.replace("[","").replace("]", "").equals(actual) == false) {
if (expected.replace("[", "").replace("]", "").equals(actual) == false) {
assertThat(actual, equalTo(expected));
}
}
Expand Down

0 comments on commit 8448866

Please sign in to comment.