Skip to content

Commit

Permalink
Fix spotless spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Jan 4, 2024
1 parent 3fe1ddb commit 66dcfce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ private void waitForSecurityIndexToBeAtLeastYellow() {

public CompletableFuture<Boolean> initOnNodeStart() {
final boolean installDefaultConfig = settings.getAsBoolean(ConfigConstants.SECURITY_ALLOW_DEFAULT_INIT_SECURITYINDEX, false);

final Supplier<CompletableFuture<Boolean>> startInitialization = () -> {
new Thread(() -> {
initalizeClusterConfiguration(installDefaultConfig);
Expand Down

0 comments on commit 66dcfce

Please sign in to comment.