Skip to content

Commit

Permalink
refactor: (#286) 줄바꿈
Browse files Browse the repository at this point in the history
  • Loading branch information
softpeanut committed Jan 9, 2023
1 parent 4fe7f59 commit b69c08c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ class RegisterEmployeeCertificateUseCase(

commandEmployeeCertificatePort.saveAll(employeeList)
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ class UploadImageUseCase(
fun execute(files: List<File>): List<String> {
return uploadFilePort.upload(files)
}

}

0 comments on commit b69c08c

Please sign in to comment.