Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed Dec 3, 2024
1 parent 4f31e35 commit 4139459
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
public class DefaultSystemPropertyProvider implements SystemPropertyProvider {
@Override
public Map<String, String> get(LocalClusterSpec.LocalNodeSpec nodeSpec) {
return Map.ofEntries(
entry("ingest.geoip.downloader.enabled.default", "false"),
entry("tests.testfeatures.enabled", "true")
);
return Map.ofEntries(entry("ingest.geoip.downloader.enabled.default", "false"), entry("tests.testfeatures.enabled", "true"));
}
}

0 comments on commit 4139459

Please sign in to comment.