Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adapters: remove never taken branch (#68)
This code seems to be a copy-paste of code called in a `recover` func in Sensor.WriteTracingSpan. In TracingHttpRequest `err` is known to be an error so the first branch will always be taken.
- Loading branch information