Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam committed May 22, 2024
1 parent f670b1e commit 9712dd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ internal class SubaccountCalculator(val parser: ParserProtocol) {
val notional = valueTotal.abs()
set(notional, modified, "notionalTotal", period)
val adjustedImf = calculatedAdjustedImf(
parser.asNativeMap(market?.get("configs"))
parser.asNativeMap(market?.get("configs")),
)
val adjustedMmf = calculatedAdjustedMmf(
parser.asNativeMap(market?.get("configs")),
Expand Down

0 comments on commit 9712dd7

Please sign in to comment.