Skip to content

Commit

Permalink
style: 줄바꿈 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjy committed May 29, 2024
1 parent 7e14537 commit 2f600eb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
@Repository
public interface NewsRepository extends JpaRepository<News, Long> {
List<News> findAllByContentIsNull();
List<News> findAllByOrderByViewsDescCreatedAtDesc(
final Pageable pageable);
List<News> findAllByOrderByViewsDescCreatedAtDesc(final Pageable pageable);
}

0 comments on commit 2f600eb

Please sign in to comment.