Skip to content

Commit d1019f8

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 371229a commit d1019f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/logsdb/src/javaRestTest/java/org/elasticsearch/xpack/logsdb/LogsdbSnapshotRestoreIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ static void assertSource(String indexName, String[] docs) throws IOException {
358358
String actualHost = (String) ((Map<?, ?>) actualSource.get("host")).get("name");
359359
Map<?, ?> expectedSource = null;
360360
for (String doc : docs) {
361-
expectedSource = XContentHelper.convertToMap(XContentType.JSON.xContent(), doc, false);
361+
expectedSource = XContentHelper.convertToMap(XContentType.JSON.xContent(), doc, false);
362362
String expectedHost = (String) ((Map<?, ?>) expectedSource.get("host")).get("name");
363363
if (expectedHost.equals(actualHost)) {
364364
break;

0 commit comments

Comments
 (0)