Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Jul 11, 2024
1 parent f8f51c5 commit 2edeb4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions cmd/neutrond/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import (
"bytes"
"encoding/json"
"fmt"
"io"
"os"

cmtproto "github.com/cometbft/cometbft/proto/tendermint/types"
cmttypes "github.com/cometbft/cometbft/types"
"github.com/cosmos/cosmos-sdk/server"
"io"
"os"

"github.com/spf13/cobra"

Expand Down
3 changes: 2 additions & 1 deletion cmd/neutrond/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package main

import (
"fmt"
dbm "github.com/cosmos/cosmos-db"
"io"
"os"
"path"
"path/filepath"
"strings"

dbm "github.com/cosmos/cosmos-db"

"cosmossdk.io/log"

cmtcfg "github.com/cometbft/cometbft/config"
Expand Down

0 comments on commit 2edeb4d

Please sign in to comment.