Skip to content

Commit

Permalink
Fix syntax (damn you intelliJ)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro committed Aug 9, 2016
1 parent a8ee06a commit 36d0bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/handler.go
Expand Up @@ -113,7 +113,7 @@ func Register(registrar tchannel.Registrar, funcs Handlers, onError func(context
if err != nil {
return fmt.Errorf("%v cannot be used as a handler: %v", m, err)
}
h.tracer = func() {
h.tracer = func() opentracing.Tracer {
return tchannel.TracerFromRegistrar(registrar)
}
handlers[m] = h
Expand Down

0 comments on commit 36d0bd2

Please sign in to comment.