Skip to content

Commit

Permalink
Issue-3933: Spotless java check
Browse files Browse the repository at this point in the history
Signed-off-by: Pranit Kumar <[email protected]>
  • Loading branch information
pranikum committed Jul 29, 2022
1 parent 5e1bc81 commit a131f84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public void setNumberOfNodes(int numberOfNodes) {
}
} else {
for (int i = nodes.size(); i < numberOfNodes; i++) {
addNode(clusterName + "-" + i, "" );
addNode(clusterName + "-" + i, "");
}
}
}
Expand Down

0 comments on commit a131f84

Please sign in to comment.