Skip to content

Commit

Permalink
Actually inline the variable
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Santos <[email protected]>
  • Loading branch information
antonio committed Oct 25, 2019
1 parent f0d4949 commit 8cd8a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tracing/lightstep/lightstep.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Tracer struct {

// Close synchronously flushes the Lightstep tracer, then terminates it.
func (t *Tracer) Close() error {
lightstepTracer.Close(t.ctx)
t.Tracer.Close(t.ctx)

return nil
}
Expand Down

0 comments on commit 8cd8a07

Please sign in to comment.