Skip to content

Commit

Permalink
removes unused receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
chavacava authored Sep 24, 2023
1 parent e8b3ab4 commit a6df12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rule/enforce-map-style.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (r *EnforceMapStyleRule) Apply(file *lint.File, arguments lint.Arguments) [
}

// Name returns the rule name.
func (_ *EnforceMapStyleRule) Name() string {
func (*EnforceMapStyleRule) Name() string {
return "enforce-map-style"
}

Expand Down

0 comments on commit a6df12a

Please sign in to comment.