Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu committed Jun 18, 2024
1 parent 46535de commit eabfc7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ internal class SubaccountSupervisor(
OrderStatus.Open.name,
OrderStatus.Pending.name,
OrderStatus.Untriggered.name,
OrderStatus.PartiallyFilled.name
OrderStatus.PartiallyFilled.name,
).contains(status)
}

Expand All @@ -1513,7 +1513,7 @@ internal class SubaccountSupervisor(
val amountToTransfer = helper.parser.asString(it.value)

if (childSubaccountNumber == null || amountToTransfer == null) {
Logger.e {"Child Subaccount Number or Amount to Transfer is null"}
Logger.e { "Child Subaccount Number or Amount to Transfer is null" }
return@forEach
}

Expand Down

0 comments on commit eabfc7c

Please sign in to comment.