Skip to content

Commit

Permalink
BE-676 | fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
deividaspetraitis committed Jan 21, 2025
1 parent acf6e4e commit 69d18a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/usecase/pools/routable_concentrated_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func (r *routableConcentratedPoolImpl) CalculateTokenInByTokenOut(ctx context.Co
currentSqrtPrice = concentratedPool.GetCurrentSqrtPrice()

amountRemainingOut = tokenOut.Amount.ToLegacyDec()
amountInTotal = osmomath.ZeroDec()
amountInTotal = osmomath.ZeroDec()
)

if currentSqrtPrice.IsZero() {
Expand Down

0 comments on commit 69d18a4

Please sign in to comment.