From 7e6d206a3f0ed117a70f1a3a52fe4ca9f847b1f7 Mon Sep 17 00:00:00 2001 From: Sai Kumar Date: Mon, 24 Jun 2024 22:33:55 +0530 Subject: [PATCH] fix the lint --- x/leverage/keeper/inspector.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x/leverage/keeper/inspector.go b/x/leverage/keeper/inspector.go index e7d8955810..f414bd4851 100644 --- a/x/leverage/keeper/inspector.go +++ b/x/leverage/keeper/inspector.go @@ -202,8 +202,9 @@ func (q Querier) InspectAccount( return &types.QueryInspectAccountResponse{Borrower: account}, nil } -// symbolDecCoins converts an sdk.Coins containing base tokens or uTokens into an PositionBalance format containing symbol denom -// , base_denom ,base token amount and exchange rate amount. for example, 1000u/uumee becomes 0.0015UMEE at an exponent of 6 and uToken exchange rate of 1.5 +// symbolDecCoins converts an sdk.Coins containing base tokens or uTokens into an PositionBalance format containing +// symbol denom, base_denom ,base token amount and exchange rate amount. +// for example, 1000u/uumee becomes 0.0015UMEE at an exponent of 6 and uToken exchange rate of 1.5 func symbolDecCoins( coins sdk.Coins, tokens map[string]tokenExchangeRate,