Skip to content

Commit

Permalink
fix indentation in AbstractRatisCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveTeng0 committed Mar 6, 2024
1 parent f5d6fbd commit d1c6227
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ public int run(CommandLine cl) throws IOException {
}

groupInfoReply = run(peers, p -> client.getGroupManagementApi((p.getId())).info(remoteGroupId));
processReply(groupInfoReply,
() -> "Failed to get group info for group id " + remoteGroupId.getUuid() + " from " + peers);
raftGroup = groupInfoReply.getGroup();
processReply(groupInfoReply,
() -> "Failed to get group info for group id " + remoteGroupId.getUuid() + " from " + peers);
raftGroup = groupInfoReply.getGroup();
}
return 0;
}
Expand Down

0 comments on commit d1c6227

Please sign in to comment.