Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Dec 24, 2024
1 parent 0b3f0d2 commit 70b6595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/fw/multicast.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Multicast struct {
}

func init() {
strategyTypes = append(strategyTypes,func() Strategy {
strategyTypes = append(strategyTypes, func() Strategy {
return &Multicast{}
})
StrategyVersions["multicast"] = []uint64{1}
Expand Down

0 comments on commit 70b6595

Please sign in to comment.