Skip to content

Commit

Permalink
[STYLE] 불필요한 개행 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeAg committed Sep 11, 2024
1 parent b754ca7 commit f05590e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ public ResponseEntity<LoginResponse> callback(HttpServletRequest request) {
.status(OK)
.body(appleService.getAppleInfo(request.getParameter("code")));
}

}

0 comments on commit f05590e

Please sign in to comment.