Skip to content

Commit

Permalink
chore: (#346) 코드 컨벤션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
woo-chang committed Aug 12, 2023
1 parent c4049ba commit c5a9a12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public List<PostResponse> searchPostsWithKeywordForGuest(
final PostClosingType postClosingType,
final PostSortType postSortType,
final Long categoryId
) {
) {
final Pageable pageable = PageRequest.of(page, BASIC_PAGING_SIZE);
final List<Post> posts =
postRepository.findAllWithKeyword(keyword, postClosingType, postSortType, categoryId, pageable);
Expand Down

0 comments on commit c5a9a12

Please sign in to comment.