Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Fix the tracer argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
hkshaw1990 committed Jul 6, 2017
1 parent a06ccab commit cb923e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (tracerOptions) Observer(observer Observer) TracerOption {
}

func (tracerOptions) ContribObserver(observer ContribObserver) TracerOption {
return func(tracer *tracer) {
return func(tracer *Tracer) {
tracer.observer.append(observer)
}
}
Expand Down

0 comments on commit cb923e2

Please sign in to comment.