Fix indent

This commit is contained in:
Arnaud 2025-02-24 15:07:50 +01:00
parent 03c1b3331f
commit d851b3a9ca
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -93,12 +93,12 @@ method run*(
codex_reservations_availability_mismatch.inc()
return some State(SaleIgnored(reprocessSlot: true))
return some State(SaleErrored(error: error))
return some State(SaleErrored(error: error))
trace "Reservation created successfully"
trace "Reservation created successfully"
data.reservation = some reservation
return some State(SaleSlotReserving())
data.reservation = some reservation
return some State(SaleSlotReserving())
except CancelledError as e:
trace "SalePreparing.run was cancelled", error = e.msgDetail
except CatchableError as e: