Skip to content

Commit

Permalink
(fix) Fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Jan 18, 2024
1 parent c60e961 commit 718dbd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/chain/70_MsgLiquidatePosition/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"context"
"encoding/json"
"fmt"
"os"

exchangeclient "github.com/InjectiveLabs/sdk-go/client/exchange"
"github.com/google/uuid"
"os"

"github.com/InjectiveLabs/sdk-go/client/common"
"github.com/shopspring/decimal"
Expand Down

0 comments on commit 718dbd6

Please sign in to comment.