Skip to content

Commit

Permalink
fix: splotless 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 committed Jul 15, 2024
1 parent 070e154 commit ae42f0e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import java.time.LocalDateTime;
import java.util.List;


import lombok.Builder;
import lombok.Getter;

Expand All @@ -26,5 +25,4 @@ public class Review {
private final LocalDateTime deletedAt;
private final List<ReviewImage> images;
private final List<ReviewKeyword> keywords;

}

0 comments on commit ae42f0e

Please sign in to comment.