Skip to content

Commit 3d6db7a

Browse files
committed
clean up
1 parent a58ddf8 commit 3d6db7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/collector/nginxossreceiver/internal/scraper/stubstatus/stub_status_scraper.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ func (s *NginxStubStatusScraper) Start(_ context.Context, _ component.Host) erro
7777
return nil
7878
}
7979

80+
// nolint: unparam
8081
func (s *NginxStubStatusScraper) Shutdown(_ context.Context) error {
8182
s.logger.Info("Shutting down NGINX stub status scraper")
8283
return nil

0 commit comments

Comments
 (0)