Skip to content

Commit

Permalink
fix whitespace checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
xiezhineng committed Dec 12, 2022
1 parent 36af98c commit 13fea2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private void testAll(final String path) throws Exception {
routerFs.getFileStatus(testTruncateFilePath).getLen());

// Test setReplication
assertTrue(routerFs.setReplication(testTruncateFilePath,(short)2));
assertTrue(routerFs.setReplication(testTruncateFilePath, (short)2));
assertEquals("SetReplication file fails", 2,
routerFs.getFileStatus(testTruncateFilePath).getReplication());

Expand Down

0 comments on commit 13fea2b

Please sign in to comment.