diff --git a/gotcha/src/main/java/Gotcha/domain/notification/controller/AdminNotificationController.java b/gotcha/src/main/java/Gotcha/domain/notification/controller/AdminNotificationController.java index bbfe3246..d2f52b76 100644 --- a/gotcha/src/main/java/Gotcha/domain/notification/controller/AdminNotificationController.java +++ b/gotcha/src/main/java/Gotcha/domain/notification/controller/AdminNotificationController.java @@ -56,4 +56,4 @@ public ResponseEntity deleteNotification( adminNotificationService.deleteNotification(notificationId); return ResponseEntity.status(HttpStatus.NO_CONTENT).build(); } -} \ No newline at end of file +}