Skip to content

Commit

Permalink
refactor: go lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Jan 19, 2024
1 parent 85d27af commit bbc22a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/migalood/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package cmd

import (
"errors"
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types" //nolint:gofumpt
"io"
"os"
"path/filepath"
"path/filepath" //nolint:gofumpt

tmtypes "github.com/cometbft/cometbft/types"
"github.com/cosmos/cosmos-sdk/x/genutil"
Expand Down

0 comments on commit bbc22a4

Please sign in to comment.