Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Sep 27, 2021
1 parent bf2f2cd commit 5ad99ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ public int run(CommandLine cl) throws IOException {
.findFirst();
if (!raftGroupId.isPresent()) {
mPrintStream.println(
"there are more than one group, you should specific one." +
groupIds);
"there are more than one group, you should specific one."
+ groupIds);
return -1;
} else {
remoteGroupId = raftGroupId.get();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import org.apache.ratis.protocol.RaftPeerId;

import java.io.IOException;
import java.net.InetSocketAddress;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
Expand Down

0 comments on commit 5ad99ab

Please sign in to comment.