Skip to content

Commit

Permalink
style: 개행 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
skylar1220 committed Dec 20, 2024
1 parent 1d05f2a commit 8751114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
@Service
@RequiredArgsConstructor
public class ReviewListLookupService {
private final ReviewRepository reviewRepository;

private final ReviewRepository reviewRepository;
private final ReviewListMapper reviewListMapper;

@Transactional(readOnly = true)
Expand Down

0 comments on commit 8751114

Please sign in to comment.