Skip to content

Commit

Permalink
suppress file for property-naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu committed May 23, 2024
1 parent bb1e319 commit bcfba0c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("ktlint:standard:property-naming")

package exchange.dydx.abacus.calculator

import abs
Expand Down Expand Up @@ -54,7 +56,6 @@ internal class TradeInputCalculator(
): Map<String, Any> {
val account = parser.asNativeMap(state["account"])
val subaccount = if (subaccountNumber != null) {

parser.asMap(parser.value(account, "groupedSubaccounts.$subaccountNumber"))
?: parser.asNativeMap(
parser.value(
Expand Down

0 comments on commit bcfba0c

Please sign in to comment.