Skip to content

Commit

Permalink
refactor : 코드 포맷팅
Browse files Browse the repository at this point in the history
  • Loading branch information
dlswns2480 committed Dec 28, 2023
1 parent 44e3c40 commit 8eaf6ec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public class Reservation extends BaseEntity {
private ReservationTime reservationTime;

@Builder
public Reservation(ReservationStatus status, int peopleCount, Shop shop, ReservationTime reservationTime) {
public Reservation(ReservationStatus status, int peopleCount, Shop shop,
ReservationTime reservationTime) {
this.status = status;
this.peopleCount = peopleCount;
this.shop = shop;
Expand Down

0 comments on commit 8eaf6ec

Please sign in to comment.