Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Kim <[email protected]>
  • Loading branch information
joshua-kim committed Oct 2, 2024
1 parent df34330 commit 84437e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/morpheusvm/vm/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (p *Parser) Rules(_ int64) chain.Rules {
return p.genesis.Rules
}

func (*Parser) ActionRegistry() *codec.TypeParser[chain.Action]{
func (*Parser) ActionRegistry() *codec.TypeParser[chain.Action] {
return ActionParser
}

Expand Down

0 comments on commit 84437e9

Please sign in to comment.