Skip to content

Commit 8ec5d9e

Browse files
style: fix linter error
1 parent 6d73162 commit 8ec5d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (p *PluginRegistryUpdate) Success(config *hooks.SuccessHookConfig) error {
7070
return nil
7171
}
7272

73-
func (p *PluginRegistryUpdate) NoRelease(config *hooks.NoReleaseConfig) error {
73+
func (p *PluginRegistryUpdate) NoRelease(_ *hooks.NoReleaseConfig) error {
7474
return nil
7575
}
7676

0 commit comments

Comments
 (0)