Skip to content

Commit b492755

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 13d83de commit b492755

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ private static String readCefMessageFile(String fileName) throws IOException, UR
3636
URL resource = TestClass.class.getResource("/" + fileName);
3737
return Files.readString(Paths.get(Objects.requireNonNull(resource).toURI()));
3838
}
39+
3940
private IngestDocument document;
4041

4142
public void testParse() throws IOException, URISyntaxException {

0 commit comments

Comments
 (0)