87 small fix whitespace

This commit is contained in:
Artem.Arefev 2019-05-17 08:58:27 +04:00
parent 6a62e61caf
commit 76d3adb464

View File

@ -115,7 +115,7 @@ public class AdviceController {
} }
@ExceptionHandler(UserSendingMailException.class) @ExceptionHandler(UserSendingMailException.class)
public ResponseExtended<String> handleUserSendingMailException(Throwable e ) { public ResponseExtended<String> handleUserSendingMailException(Throwable e) {
return handleException(ErrorConstants.USER_SENDING_MAIL_EXCEPTION, e.getMessage()); return handleException(ErrorConstants.USER_SENDING_MAIL_EXCEPTION, e.getMessage());
} }
} }