Skip to content

Commit

Permalink
Fix spotless check failure for #3148 (#3158)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoyuki Morita <[email protected]>
  • Loading branch information
ykmr1224 authored Nov 14, 2024
1 parent ce6086b commit 36b46bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void quoteIfRequired() {
tupleValue(ImmutableMap.of("na,me", "\"Janice Jones", ",,age", "26\""))));
String expected =
"\"na,me\",\",,age\"%n\"John,Smith\",\"30,,,\"%n\"\"\"Janice Jones\",\"26\"\"\"";
assertEquals(format(expected), formatter.format(response));
assertEquals(format(expected), formatter.format(response));
}

@Test
Expand Down

0 comments on commit 36b46bb

Please sign in to comment.