Skip to content

Commit d43dfca

Browse files
author
github-actions
committed
chore: Java 스타일 수정
1 parent 09ea374 commit d43dfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/io/f1/backend/global/exception/handler/GlobalExceptionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public ResponseEntity<ErrorResponse> handleException(Exception e, HttpServletReq
3636
if ("text/event-stream".equals(request.getHeader("Accept"))) {
3737
return ResponseEntity.noContent().build();
3838
}
39-
39+
4040
CommonErrorCode errorCode = CommonErrorCode.INTERNAL_SERVER_ERROR;
4141

4242
ErrorResponse response = new ErrorResponse(errorCode.getCode(), errorCode.getMessage());

0 commit comments

Comments
 (0)