Skip to content

Commit

Permalink
pin: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jul 11, 2024
1 parent 765dbc1 commit ad69b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions host/settings/pin/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ func WithLogger(log *zap.Logger) Option {
}
}

// WithAlerts sets the alerts manager for the pinner to register alerts with.
func WithAlerts(a Alerts) Option {
return func(m *Manager) {
m.alerts = a
Expand Down

0 comments on commit ad69b44

Please sign in to comment.