Skip to content

Commit

Permalink
(fix) Fixed pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Mar 5, 2024
1 parent 1141d09 commit d64bc93
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion client/chain/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"encoding/hex"
"encoding/json"
"fmt"
distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types"
"math"
"os"
"strconv"
Expand All @@ -15,6 +14,8 @@ import (
"sync/atomic"
"time"

distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types"

"github.com/cosmos/cosmos-sdk/types/query"

"google.golang.org/grpc/credentials/insecure"
Expand Down
3 changes: 2 additions & 1 deletion client/chain/chain_test_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package chain
import (
"context"
"errors"
distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types"
"time"

distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types"

tokenfactorytypes "github.com/InjectiveLabs/sdk-go/chain/tokenfactory/types"

wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
Expand Down
3 changes: 2 additions & 1 deletion examples/chain/distribution/1_SetWithdrawAddress/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package main
import (
"encoding/json"
"fmt"
"github.com/cosmos/cosmos-sdk/x/distribution/types"
"os"

"github.com/cosmos/cosmos-sdk/x/distribution/types"

"github.com/InjectiveLabs/sdk-go/client"
chainclient "github.com/InjectiveLabs/sdk-go/client/chain"
"github.com/InjectiveLabs/sdk-go/client/common"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package main
import (
"encoding/json"
"fmt"
"github.com/cosmos/cosmos-sdk/x/distribution/types"
"os"

"github.com/cosmos/cosmos-sdk/x/distribution/types"

"github.com/InjectiveLabs/sdk-go/client"
chainclient "github.com/InjectiveLabs/sdk-go/client/chain"
"github.com/InjectiveLabs/sdk-go/client/common"
Expand Down
3 changes: 2 additions & 1 deletion examples/chain/distribution/4_FundCommunityPool/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package main
import (
"encoding/json"
"fmt"
"os"

"github.com/cosmos/cosmos-sdk/types"
distriutiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types"
"os"

"github.com/InjectiveLabs/sdk-go/client"
chainclient "github.com/InjectiveLabs/sdk-go/client/chain"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/cosmos/cosmos-sdk/types/query"
"os"

"github.com/cosmos/cosmos-sdk/types/query"

"github.com/InjectiveLabs/sdk-go/client"
chainclient "github.com/InjectiveLabs/sdk-go/client/chain"
"github.com/InjectiveLabs/sdk-go/client/common"
Expand Down

0 comments on commit d64bc93

Please sign in to comment.