Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Mar 1, 2023
1 parent 220a985 commit c1d6d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/component/fake/component/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func (f *fakeShipperOutput) stop() {
if f.canceller != nil {
f.canceller()
f.canceller = nil
f.runner.Wait()
_ = f.runner.Wait()
}
}

Expand Down

0 comments on commit c1d6d89

Please sign in to comment.