Skip to content

Commit

Permalink
style: format latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
koepferd committed Dec 19, 2022
1 parent 4cbd75f commit d4105fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ private UserDTO buildValidatedUserDTO(

private UserUpdateRequestDTO buildUserUpdateRequestDTO(
String rcUserId, UpdateAdminConsultantDTO updateConsultantDTO) {
UserUpdateDataDTO userUpdateDataDTO = new UserUpdateDataDTO(updateConsultantDTO.getEmail(),
false);
UserUpdateDataDTO userUpdateDataDTO =
new UserUpdateDataDTO(updateConsultantDTO.getEmail(), false);
return new UserUpdateRequestDTO(rcUserId, userUpdateDataDTO);
}

Expand Down

0 comments on commit d4105fe

Please sign in to comment.