Skip to content

Commit f0d7429

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 3de1466 commit f0d7429

File tree

2 files changed

+1
-2
lines changed
  • modules/ingest-common/src/test/java/org/elasticsearch/ingest/common
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical

2 files changed

+1
-2
lines changed

modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/GrokProcessorTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ public void testTraceWithOnePattern() throws Exception {
296296
assertThat(doc.getFieldValue("_ingest._grok_match_index", String.class), equalTo("0"));
297297
}
298298

299-
300-
301299
public void testCombineSamePatternNameAcrossPatterns() throws Exception {
302300
String fieldName = RandomDocumentPicks.randomFieldName(random());
303301
IngestDocument doc = RandomDocumentPicks.randomIngestDocument(random(), new HashMap<>());

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/Grok.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public static Parser pattern(Source source, String pattern) {
8080
throw new ParsingException(source, "Invalid pattern [{}] for grok: {}", pattern, e.getMessage());
8181
}
8282
}
83+
8384
private static final Logger logger = LogManager.getLogger(Grok.class);
8485

8586
private final Parser parser;

0 commit comments

Comments
 (0)