Skip to content

Commit d5b5aec

Browse files
authored
fix code style
1 parent 73e7cc7 commit d5b5aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ private void checkFullName(String userTenantCode, String fullName) {
12911291
return;
12921292
}
12931293
// abnormal characters check
1294-
if (!checkFilePath(fullName)){
1294+
if (!checkFilePath(fullName)) {
12951295
throw new ServiceException(Status.ILLEGAL_RESOURCE_PATH);
12961296
}
12971297
// Avoid returning to the parent directory

0 commit comments

Comments
 (0)