Skip to content

Commit

Permalink
YARN-11485. Fix CheckStyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
slfan1989 committed Nov 16, 2023
1 parent 9ab522d commit 9b99ee9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ protected String parseSubClusterId(CommandLine cliParser) {
}

String subClusterId = cliParser.getOptionValue(OPTION_SUBCLUSTERID);
if(StringUtils.isBlank(subClusterId)) {
if (StringUtils.isBlank(subClusterId)) {
return StringUtils.EMPTY;
}

Expand Down

0 comments on commit 9b99ee9

Please sign in to comment.