Skip to content

Commit 65ea3e9

Browse files
committed
Whitespace
1 parent d2d4dc3 commit 65ea3e9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

modules/ingest-common/src/main/java/org/elasticsearch/ingest/common/CommunityIdProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ public static String apply(
164164
Object icmpCode,
165165
int seed
166166
) {
167-
168167
Flow flow = buildFlow(
169168
sourceIpAddrString,
170169
destIpAddrString,

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ private void testCommunityIdProcessor(Map<String, Object> source, int seed, Stri
351351

352352
private void testCommunityIdProcessor(Map<String, Object> source, int seed, String expectedHash, boolean ignoreMissing)
353353
throws Exception {
354-
355354
var processor = new CommunityIdProcessor(
356355
null,
357356
null,

0 commit comments

Comments
 (0)