Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Brooks committed Jul 20, 2023
1 parent 07df954 commit aed19d3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,7 @@ private void iterateAfterIndexShardRecovery(
outerListener.delegateFailure(
(delegate, v) -> indexShard.getThreadPool()
.executor(ThreadPool.Names.GENERIC)
.execute(
ActionRunnable.wrap(delegate, l -> iterateAfterIndexShardRecovery(indexShard, iterator, l))
)
.execute(ActionRunnable.wrap(delegate, l -> iterateAfterIndexShardRecovery(indexShard, iterator, l)))
)
);
return;
Expand Down

0 comments on commit aed19d3

Please sign in to comment.