Skip to content

Commit 7dce44d

Browse files
committed
spotless fix
Signed-off-by: Eric Wei <mengwei.eric@gmail.com>
1 parent bdbd7d3 commit 7dce44d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

plugin/src/test/java/org/opensearch/sql/plugin/rest/RestPPLGrammarActionTest.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ public void testInvalidateCache() throws Exception {
139139
String content1 = channel1.getResponse().content().utf8ToString();
140140
String content2 = channel2.getResponse().content().utf8ToString();
141141
assertEquals(
142-
"Grammar hash should be identical after cache invalidation and rebuild", content1, content2);
142+
"Grammar hash should be identical after cache invalidation and rebuild",
143+
content1,
144+
content2);
143145
}
144146

145147
@Test
@@ -209,7 +211,8 @@ public XContentBuilder newErrorBuilder() throws IOException {
209211
}
210212

211213
@Override
212-
public XContentBuilder newBuilder(MediaType mediaType, boolean useFiltering) throws IOException {
214+
public XContentBuilder newBuilder(MediaType mediaType, boolean useFiltering)
215+
throws IOException {
213216
return XContentBuilder.builder(XContentType.JSON.xContent());
214217
}
215218

0 commit comments

Comments
 (0)