Skip to content

Commit 17b8ddc

Browse files
committed
feat:Adds spotlessApply
1 parent 136f967 commit 17b8ddc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lesson_26/api/java/api_app/src/main/java/com/codedifferently/lesson26/web/MediaItemsController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ public void deletebById(@PathVariable String id) {
5252
MediaItem item = items.iterator().next();
5353
library.removeMediaItem(item, librarian);
5454
}
55-
5655
}

0 commit comments

Comments
 (0)