Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Nov 14, 2024
1 parent 09d0aaf commit bb81a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/setup_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"
"github.com/cosmos/cosmos-sdk/x/upgrade/types"
"golang.org/x/mod/semver"

"github.com/zeta-chain/node/pkg/constant"
"golang.org/x/mod/semver"
)

// GetDefaultUpgradeHandlerVersion prints the default upgrade handler version
Expand Down
1 change: 1 addition & 0 deletions cmd/zetacored/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"fmt"

"github.com/spf13/cobra"

"github.com/zeta-chain/node/app"
)

Expand Down

0 comments on commit bb81a6b

Please sign in to comment.