Skip to content

Commit

Permalink
Missing spotless ...
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Oct 6, 2023
1 parent 19c826b commit 4b2ae86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,7 @@ class MockCampaign() {
def get(id: CampaignEventId): IOResult[Option[CampaignEvent]] = {
items.get.map(_.get(id))
}
def saveCampaignEvent(c: CampaignEvent): IOResult[CampaignEvent] = {
def saveCampaignEvent(c: CampaignEvent): IOResult[CampaignEvent] = {
for {
_ <- items.update(map => map + ((c.id, c)))
} yield c
Expand Down

0 comments on commit 4b2ae86

Please sign in to comment.