Skip to content

Commit 9b9747f

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent e758833 commit 9b9747f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -810,10 +810,8 @@ public void testAllFieldsInExtension() {
810810
)
811811
)
812812
),
813-
entry(
814-
"host", Map.of("nat",Map.of("ip", "10.0.0.3"))),
815-
entry(
816-
"log", Map.of("syslog", Map.of("facility", Map.of("code", 16L)))),
813+
entry("host", Map.of("nat", Map.of("ip", "10.0.0.3"))),
814+
entry("log", Map.of("syslog", Map.of("facility", Map.of("code", 16L)))),
817815
entry(
818816
"observer",
819817
Map.ofEntries(
@@ -840,7 +838,7 @@ public void testAllFieldsInExtension() {
840838
entry("mac", "00:0a:95:9d:68:16")
841839
)
842840
),
843-
entry("process", Map.of("name", "procName","pid", 5678L)),
841+
entry("process", Map.of("name", "procName", "pid", 5678L)),
844842
entry(
845843
"destination",
846844
Map.ofEntries(

0 commit comments

Comments
 (0)