Skip to content

Commit

Permalink
style: Fix to the coding convention
Browse files Browse the repository at this point in the history
  • Loading branch information
2zerozu committed Jul 3, 2023
1 parent 1fb09d4 commit de3c3de
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ protected ResponseEntity<Object> handleMissingServletRequestParameter(
@Override
protected ResponseEntity<Object> handleMissingPathVariable(
MissingPathVariableException exception,
HttpHeaders headers, HttpStatus status, WebRequest request
HttpHeaders headers,
HttpStatus status,
WebRequest request
) {
ErrorResponse errorResponse = ErrorResponse.error(ErrorType.VALIDATION_REQUEST_MISSING_EXCEPTION);
return new ResponseEntity<>(errorResponse, HttpStatus.BAD_REQUEST);
Expand Down

0 comments on commit de3c3de

Please sign in to comment.