Skip to content

Commit 4120208

Browse files
committed
spotless
1 parent bb88192 commit 4120208

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

server/src/main/java/org/elasticsearch/index/engine/InternalEngine.java

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -394,14 +394,7 @@ public void onNewAcquiredCommit(final IndexCommit commit, final Set<String> addi
394394
final IndexCommitRef indexCommitRef = acquireIndexCommitRef(() -> commit);
395395
var primaryTerm = config().getPrimaryTermSupplier().getAsLong();
396396
assert indexCommitRef.getIndexCommit() == commit;
397-
wrappedListener.onNewCommit(
398-
shardId,
399-
store,
400-
primaryTerm,
401-
indexCommitRef,
402-
additionalFiles,
403-
getPreCommitData(commit)
404-
);
397+
wrappedListener.onNewCommit(shardId, store, primaryTerm, indexCommitRef, additionalFiles, getPreCommitData(commit));
405398
}
406399

407400
@Override

0 commit comments

Comments
 (0)