Skip to content

Commit

Permalink
refactor(Member): 불필요한 개행 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
limehee committed Sep 23, 2024
1 parent e488850 commit f405a20
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public Page<MemberJpaEntity> findBirthdaysThisMonth(int month, Pageable pageable
return new PageImpl<>(members, pageable, total);
}


@Override
public Page<MemberJpaEntity> findMemberRoleInfoByConditions(String memberId, String memberName, Role role, Pageable pageable) {
QMemberJpaEntity member = QMemberJpaEntity.memberJpaEntity;
Expand Down

0 comments on commit f405a20

Please sign in to comment.