Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
heditar committed Jan 15, 2025
1 parent 7b56514 commit abb70bc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public interface TagRuleRepository
@Query("select tr from TagRule tr where tr.tag.id IN :tagids")
List<TagRule> findByTags(@Param("tagids") List<String> tagIds);

@Query("select tr from TagRule tr "
+ "where tr.tag.name IN :tagnames")
@Query("select tr from TagRule tr " + "where tr.tag.name IN :tagnames")
List<TagRule> findByTagNames(@Param("tagnames") List<String> tagNames);
}

0 comments on commit abb70bc

Please sign in to comment.