Skip to content

Commit

Permalink
refactor: refactor analyzer configs and add formating to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
meysamhadeli committed Sep 16, 2024
1 parent dda4a3f commit fa3b184
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Services/Booking/src/Booking/Booking/Models/Booking.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ public override void When(object @event)
switch (@event)
{
case BookingCreatedDomainEvent bookingCreated:
{
Apply(bookingCreated);
return;
}
{
Apply(bookingCreated);
return;
}
}
}

Expand Down

0 comments on commit fa3b184

Please sign in to comment.