Skip to content

Commit eb079ae

Browse files
committed
style: spotless 포맷 반영
1 parent b071861 commit eb079ae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/com/back/domain/tag/tag/repository/TagRepository.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ interface TagDifficultyView {
2020

2121
Optional<Tag> findByName(String name);
2222

23-
@Query(
24-
"""
23+
@Query("""
2524
select t.name as tagName, p.difficulty as difficulty
2625
from ProblemTagConnect ptc
2726
join ptc.tag t

0 commit comments

Comments
 (0)