Skip to content

Commit

Permalink
suggestion++
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Zaremba <[email protected]>
  • Loading branch information
toteki and robert-zaremba authored Sep 26, 2023
1 parent c2acb9a commit 3cae2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/leverage/keeper/inspector.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (q Querier) InspectAccount(
Collateral: symbolDecCoins(collateral, exchangeRates),
Borrowed: symbolDecCoins(borrowed, exchangeRates),
},
Info: position.String() + "\n\n" + borrowPosition.String(),
Info: fmt.Sprint(position.String(), "\n", borrowPosition.String())
}

return &types.QueryInspectAccountResponse{Borrower: account}, nil
Expand Down

0 comments on commit 3cae2c4

Please sign in to comment.