Skip to content

Commit f3dc2f8

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 5092830 commit f3dc2f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/ingest-geoip/src/main/java/org/elasticsearch/ingest/geoip/GeoIpDownloaderTaskExecutor.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,7 @@ public void clusterChanged(ClusterChangedEvent event) {
266266
}
267267

268268
if (hasIngestPipelineChanges || hasIndicesChanges) {
269-
var atLeastOneGeoipProcessor = atLeastOneGeoipProcessorByProject.computeIfAbsent(
270-
projectId,
271-
k -> false
272-
);
269+
var atLeastOneGeoipProcessor = atLeastOneGeoipProcessorByProject.computeIfAbsent(projectId, k -> false);
273270
boolean newAtLeastOneGeoipProcessor = hasAtLeastOneGeoipProcessor(projectMetadata);
274271

275272
if (newAtLeastOneGeoipProcessor && atLeastOneGeoipProcessor == false) {

0 commit comments

Comments
 (0)