Skip to content

Commit

Permalink
style: 개행 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 committed Feb 8, 2024
1 parent 10cb890 commit 4cc0683
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public Page<MemberFindAllResponse> findAll(MemberQueryRequest queryRequest, Page
public void updateMember(Long memberId, MemberUpdateRequest request) {
Member member =
memberRepository.findById(memberId).orElseThrow(() -> new CustomException(ErrorCode.MEMBER_NOT_FOUND));

member.updateMemberInfo(request);
}
}

0 comments on commit 4cc0683

Please sign in to comment.