Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
YichuanSun committed Oct 31, 2023
1 parent 0e1c229 commit 1c18616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ public static String getMountedRootPath(AlluxioConfiguration conf, FuseOptions f
// If we have set an FUSE_MOUNT_ALLUXIO_PATH, use it as the "MountedRootPath".
if (!fuseMountAlluxioPath.isEmpty()
&& (!fuseMountAlluxioPath.equals(PropertyKey.FUSE_MOUNT_ALLUXIO_PATH.getDefaultValue()))) {
return fuseMountAlluxioPath;
return fuseMountAlluxioPath;
}
if (options.isPresent()) {
return options.get().getUfsAddress();
Expand Down

0 comments on commit 1c18616

Please sign in to comment.