Skip to content

Commit 22a5a73

Browse files
committed
style(개행): 잠재적 git 이슈 방지
1 parent e4da8ba commit 22a5a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/somemore/notification/controller/NotificationCommandController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ public ApiResponse<String> markMultipleNotifications(
4646
notificationCommandUseCase.markMultipleNotificationsAsRead(userId, notificationIds);
4747
return ApiResponse.ok("알림 N개 읽음 처리 성공");
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)