Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: remove superfluous nil check to make nogo happy
A recent change to roachtest was causing nogo to complain: ``` compilepkg: nogo: errors found by nogo during build-time code analysis: pkg/cmd/roachtest/test_runner.go:369:11: tautological condition: non-nil != nil (nilness) ``` Release note: None
- Loading branch information