Skip to content

Commit

Permalink
lint more
Browse files Browse the repository at this point in the history
  • Loading branch information
sontrinh16 committed Nov 21, 2024
1 parent 71affa1 commit aecd1f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions runtime/v2/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,14 +261,14 @@ func DefaultServiceBindings() depinject.Config {
stf.NewKVStoreService(actor),
)
}
cometService comet.Service = &services.ContextAwareCometInfoService{}
headerService = services.NewGenesisHeaderService(stf.HeaderService{})
eventService = services.NewGenesisEventService(stf.NewEventService())
storeBuilder = root.NewBuilder()
branchService = stf.BranchService{}
routerServiceFactory router.RouterServiceFactory = func(key []byte) router.Service {
return stf.NewMsgRouterService(key)
}
cometService comet.Service = &services.ContextAwareCometInfoService{}
headerService = services.NewGenesisHeaderService(stf.HeaderService{})
eventService = services.NewGenesisEventService(stf.NewEventService())
storeBuilder = root.NewBuilder()
branchService = stf.BranchService{}
)
return depinject.Supply(
routerServiceFactory,
Expand Down

0 comments on commit aecd1f1

Please sign in to comment.