From 718dbd6cdb4e0637f71fe84bb4f23d074edde971 Mon Sep 17 00:00:00 2001 From: abel Date: Thu, 18 Jan 2024 17:41:39 -0300 Subject: [PATCH] (fix) Fixed lint errors --- examples/chain/70_MsgLiquidatePosition/example.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/chain/70_MsgLiquidatePosition/example.go b/examples/chain/70_MsgLiquidatePosition/example.go index 6fa8324b..23cbb1e9 100644 --- a/examples/chain/70_MsgLiquidatePosition/example.go +++ b/examples/chain/70_MsgLiquidatePosition/example.go @@ -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"