Skip to content

Commit

Permalink
♻️ :: 코드 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Aug 15, 2023
1 parent 9b78140 commit aee2af0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public String upload(MultipartFile file, String path) {

if (!ext.equals("pdf")) {
BufferedImage outputImage = makeThumbnail(file);

try {
ImageIO.write(outputImage, "png", os);
} catch (IOException e) {
Expand Down

0 comments on commit aee2af0

Please sign in to comment.