Skip to content

Commit ebc4bc5

Browse files
author
slfan1989
committed
YARN-11517. Fix CheckStyle.
1 parent 228de62 commit ebc4bc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli/QueueCLI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class QueueCLI extends YarnCLI {
4949

5050
public static final String ALLTAG = "all";
5151

52-
public static void main(String[] args) throws Exception {
52+
public static void main(String[] args) throws Exception {
5353
QueueCLI cli = new QueueCLI();
5454
cli.setSysOutPrintStream(System.out);
5555
cli.setSysErrPrintStream(System.err);

0 commit comments

Comments
 (0)