Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 30, 2023
1 parent c66ae61 commit 2329705
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public interface PlanRepository extends JpaRepository<Plan, UUID> {

@Query(
"select p from Plan p join fetch p.planMembers pm join fetch pm.member m where m ="
+ " :member")
+ " :member")
List<Plan> findAllByMember(@Param("member") Member member);
}

0 comments on commit 2329705

Please sign in to comment.