From 978250bad31f77f587a119100447b574fc542620 Mon Sep 17 00:00:00 2001 From: Manjari Akella Date: Thu, 11 Nov 2021 00:24:47 -0800 Subject: [PATCH] Remove redundant comment --- shutdown.go | 1 - 1 file changed, 1 deletion(-) diff --git a/shutdown.go b/shutdown.go index 151ad59cd..b00462a0c 100644 --- a/shutdown.go +++ b/shutdown.go @@ -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) }