Skip to content

Commit 57bdfd4

Browse files
author
fanshilun
committed
YARN-11764. Fix CheckStyle.
1 parent c44b29c commit 57bdfd4

File tree

1 file changed

+2
-2
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/cli

1 file changed

+2
-2
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/cli/TestSchedConfCLI.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public void testGetSchedulerConf() throws Exception {
178178
ByteArrayOutputStream sysOutStream = new ByteArrayOutputStream();
179179
PrintStream sysOut = new PrintStream(sysOutStream);
180180
System.setOut(sysOut);
181-
181+
182182
int exitCode = cli.getSchedulerConf("", target());
183183
assertEquals("SchedConfCLI failed to run", 0, exitCode);
184184
assertTrue("Failed to get scheduler configuration",
@@ -187,7 +187,7 @@ public void testGetSchedulerConf() throws Exception {
187187

188188
@Test(timeout = 10000)
189189
public void testFormatSchedulerConf() throws Exception {
190-
190+
191191
ResourceScheduler scheduler = rm.getResourceScheduler();
192192
MutableConfigurationProvider provider =
193193
((MutableConfScheduler) scheduler).getMutableConfProvider();

0 commit comments

Comments
 (0)