Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Aug 26, 2024
1 parent 667c948 commit cdfbfc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ internal class AdjustIsolatedMarginInputCalculatorV2(

if (inputType != null) {
val notionalTotal = childSubaccount?.calculated?.get(CalculationPeriod.current)?.notionalTotal ?: return modified
val equity = childSubaccount.calculated?.get(CalculationPeriod.current)?.equity
val equity = childSubaccount.calculated[CalculationPeriod.current]?.equity
val availableCollateralToTransfer = parentSubaccount?.calculated?.get(CalculationPeriod.current)?.freeCollateral

val baseAmount = when (type) {
Expand Down

0 comments on commit cdfbfc7

Please sign in to comment.