Skip to content

Commit e42dfb1

Browse files
author
github-actions
committed
chore: Java 스타일 수정
1 parent 1bf6d55 commit e42dfb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/src/main/java/io/f1/backend/domain/stat/dao/StatRepository.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public interface StatRepository extends JpaRepository<Stat, Long> {
1717
(u.nickname, s.totalGames, s.winningGames, s.score)
1818
FROM
1919
Stat s JOIN s.user u
20-
"""
21-
)
20+
""")
2221
Page<StatWithNickname> findWithUser(Pageable pageable);
2322
}

0 commit comments

Comments
 (0)