Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jul 19, 2024
1 parent 0279b28 commit b1d4bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/setup_handlers.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package app

import (
observertypes "github.com/zeta-chain/zetacore/x/observer/types"
"os"

"github.com/cosmos/cosmos-sdk/baseapp"
Expand All @@ -28,6 +27,7 @@ import (
authoritytypes "github.com/zeta-chain/zetacore/x/authority/types"
emissionstypes "github.com/zeta-chain/zetacore/x/emissions/types"
ibccrosschaintypes "github.com/zeta-chain/zetacore/x/ibccrosschain/types"
observertypes "github.com/zeta-chain/zetacore/x/observer/types"
)

func SetupHandlers(app *App) {
Expand Down

0 comments on commit b1d4bbf

Please sign in to comment.