Skip to content

Commit

Permalink
lint++
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki committed Aug 10, 2022
1 parent 8f97a11 commit 87f6468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/leverage/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ func (k Keeper) Liquidate(
return sdk.Coin{}, sdk.Coin{}, sdk.Coin{}, err
}

// calculate borrowed Token repay, uToken liquidate, and Token reward amounts allowed by
// calculate borrowed Token repay, uToken liquidate, and Token reward amounts allowed by
// liquidation rules and available balances
baseRepay, collateralLiquidate, baseReward, err := k.getLiquidationAmounts(
ctx,
Expand Down

0 comments on commit 87f6468

Please sign in to comment.