Skip to content

Commit 74ba003

Browse files
committed
fixcheckstyle
1 parent bc99edc commit 74ba003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSPermission.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ public void testFSNamesystemCheckAccess() throws Exception{
266266
Path testInvalidPath = new Path("/test2");
267267
fs = FileSystem.get(conf);
268268

269-
LambdaTestUtils.intercept(FileNotFoundException.class,
270-
"Path not found: " + testInvalidPath,
269+
LambdaTestUtils.intercept(
270+
FileNotFoundException.class, "Path not found: " + testInvalidPath,
271271
() -> fs.access(testInvalidPath, FsAction.READ));
272272
}
273273

0 commit comments

Comments
 (0)