spotless 적용
This commit is contained in:
@@ -88,7 +88,8 @@ public class ModelMngService {
|
||||
|| modelUploadResDto.getClsModelFileName() == null
|
||||
|| modelUploadResDto.getClsModelFileName().isEmpty()) {
|
||||
|
||||
return new ApiResponseDto.ResponseObj(ApiResponseCode.NOT_FOUND, "pth,json,py파일이 모두 존재하지 않습니다");
|
||||
return new ApiResponseDto.ResponseObj(
|
||||
ApiResponseCode.NOT_FOUND, "pth,json,py파일이 모두 존재하지 않습니다");
|
||||
}
|
||||
|
||||
addReq.setCdModelPath(modelUploadResDto.getCdModelPath());
|
||||
|
||||
@@ -125,8 +125,6 @@ public class UploadService {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
return upRes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user