Skip to content

Commit

Permalink
HDDS-11268. Fix CheckStyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
slfan1989 committed Aug 24, 2024
1 parent 0c1d9f8 commit 5bd12bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected void execute(ScmClient scmClient) throws IOException {
}

// In STANDALONE mode, output only the Host Name and Port information.
if(roleItems.length == 2) {
if (roleItems.length == 2) {
formattingCLIUtils.addLine(roleItems[0], roleItems[1]);
}

Expand Down

0 comments on commit 5bd12bc

Please sign in to comment.