Skip to content

Commit

Permalink
refactor: checkStyle에 맞춰서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ymkim97 committed Oct 31, 2023
1 parent 051d56e commit a35ce88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

public interface ParticipantRepository extends JpaRepository<Participant, Long> {

Optional<Participant> findParticipantByRoomIdAndMemberId(Long roomId, Long MemberId);
Optional<Participant> findParticipantByRoomIdAndMemberId(Long roomId, Long memberId);
}

0 comments on commit a35ce88

Please sign in to comment.