diff --git a/src/commonMain/kotlin/exchange.dydx.abacus/calculator/SubaccountCalculator.kt b/src/commonMain/kotlin/exchange.dydx.abacus/calculator/SubaccountCalculator.kt index fc8e4cf55..2141ea2ed 100644 --- a/src/commonMain/kotlin/exchange.dydx.abacus/calculator/SubaccountCalculator.kt +++ b/src/commonMain/kotlin/exchange.dydx.abacus/calculator/SubaccountCalculator.kt @@ -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")),