Skip to content

Commit 054a76f

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 4773cf6 commit 054a76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ingest-ecs/src/main/java/org/elasticsearch/ingest/ecs/EcsNamespacingProcessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ private void renameSpecialKeys(IngestDocument document) {
194194
}
195195

196196
private boolean shouldMoveToResourceAttributes(String key) {
197-
return key.startsWith(AGENT_PREFIX +".")
197+
return key.startsWith(AGENT_PREFIX + ".")
198198
|| key.equals(AGENT_PREFIX)
199199
|| key.startsWith(CLOUD_PREFIX + ".")
200200
|| key.equals(CLOUD_PREFIX)
201-
|| key.startsWith(HOST_PREFIX +".")
201+
|| key.startsWith(HOST_PREFIX + ".")
202202
|| key.equals(HOST_PREFIX);
203203
}
204204

0 commit comments

Comments
 (0)