Skip to content

Commit

Permalink
remove whitespace and codeInjectionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
133tosakarin committed Oct 11, 2024
1 parent df9da7f commit d187295
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ public void testAddServerForWaitReady() throws IOException, InterruptedException
}
}
cluster.shutdown();;
CodeInjectionForTesting.remove(RaftServerImpl.START_COMPLETE);
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ public void start() throws IOException {
LOG.info("... Starting " + JavaUtils.getClassSimpleName(getClass()));
LOG.info("... ");
LOG.info(".............................................................. ");

initServers();
startServers(servers.values());
this.timer.updateAndGet(t -> t != null? t
Expand Down

0 comments on commit d187295

Please sign in to comment.