Skip to content

Commit

Permalink
fix the lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed May 16, 2024
1 parent 3a66c0d commit 29bb1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/leverage/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func GetQueryCmd() *cobra.Command {
QueryMarketSummary(),
QueryAccountBalances(),
QueryAccountSummary(),
QUeryAccountsSummary(),
QueryAccountsSummary(),
QueryLiquidationTargets(),
QueryBadDebts(),
QueryMaxWithdraw(),
Expand Down Expand Up @@ -209,7 +209,7 @@ func QueryAccountSummary() *cobra.Command {

// QueryAccountsSummary creates a Cobra command to query the USD
// values representing an all account's positions and borrowing limits.
func QUeryAccountsSummary() *cobra.Command {
func QueryAccountsSummary() *cobra.Command {
cmd := &cobra.Command{
Use: "accounts-summary",
Args: cobra.NoArgs,
Expand Down

0 comments on commit 29bb1ae

Please sign in to comment.