Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
manjari25 committed Nov 11, 2021
1 parent ade54ab commit 978250b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shutdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ type shutdowner struct {
// In practice this means Shutdowner.Shutdown should not be called from an
// fx.Invoke, but from a fx.Lifecycle.OnStart hook.
func (s *shutdowner) Shutdown(opts ...ShutdownOption) error {
// Apply the options to shutdowner
for _, opt := range opts {
opt.apply(s)
}
Expand Down

0 comments on commit 978250b

Please sign in to comment.