Skip to content

Commit 55a05f7

Browse files
author
fanshilun
committed
HADOOP-19431. Fix CheckStyle.
1 parent 53f18d6 commit 55a05f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/TestExternalCall.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void testCleanup() throws Exception {
9797
Path target = createFile("target.txt");
9898

9999
DistCp distcp = new DistCp(conf, null);
100-
String[] arg = { soure.toString(), target.toString() };
100+
String[] arg = {soure.toString(), target.toString()};
101101

102102
distcp.run(arg);
103103
assertTrue(fs.exists(target));

0 commit comments

Comments
 (0)