Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Oct 24, 2024
1 parent b35b250 commit 066335e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ func (c *Controller) Start(ctx context.Context) error {

// Shutdown stops the controller
func (c *Controller) Shutdown() {
log.Info("Stop processing ...")
log.Info("Stop processing ...")
if c.reporter != nil {
c.reporter.Stop()
}

if c.tracer != nil {
c.tracer.Close()
}
Expand Down

0 comments on commit 066335e

Please sign in to comment.