Skip to content

Commit d22f01c

Browse files
committed
HADOOP-19423. Fix CheckStyle Issue.
1 parent 3441e36 commit d22f01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-archives/src/test/java/org/apache/hadoop/tools/TestHadoopArchives.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ private static List<String> lsr(final FsShell shell, String rootDir,
303303
System.setErr(out);
304304
final String results;
305305
try {
306-
assertEquals(0, shell.run(new String[] { "-lsr", dir }));
306+
assertEquals(0, shell.run(new String[]{"-lsr", dir}));
307307
results = bytes.toString();
308308
} finally {
309309
IOUtils.closeStream(out);

0 commit comments

Comments
 (0)