From 9712dd7a5e3d658b19d5ce7510b72349f97fc54d Mon Sep 17 00:00:00 2001 From: jeremy lee Date: Wed, 8 May 2024 17:15:42 -0400 Subject: [PATCH] spotless --- .../exchange.dydx.abacus/calculator/SubaccountCalculator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")),