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 9560d14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,14 @@ 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()
}

}

func startTraceHandling(ctx context.Context, rep reporter.TraceReporter,
Expand Down

0 comments on commit 9560d14

Please sign in to comment.