Skip to content

Commit

Permalink
fix lint S1023
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmills committed Nov 17, 2022
1 parent 1c37d68 commit 2449bf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions signal.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ func (recv *signalReceivers) Start(ctx context.Context) {
recv.shutdown = make(chan struct{}, 1)
recv.notify(recv.signals, os.Interrupt, _sigINT, _sigTERM)
go recv.relayer(ctx)

return
}

func (recv *signalReceivers) Stop(ctx context.Context) error {
Expand Down

0 comments on commit 2449bf8

Please sign in to comment.