Skip to content

Commit

Permalink
stylo
Browse files Browse the repository at this point in the history
  • Loading branch information
tkalkirill committed Nov 7, 2023
1 parent 69ec509 commit 8119b2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ private long runApplyTask(final ApplyTask task, long maxCommittedIndex, final bo
case SHUTDOWN:
this.currTask = TaskType.SHUTDOWN;
shutdown = task.shutdownLatch;
doShutdown();
doShutdown();
break;
case FLUSH:
this.currTask = TaskType.FLUSH;
Expand Down

0 comments on commit 8119b2c

Please sign in to comment.