Merge pull request #4267 from gyuho/govet

pkg/testutil: fix unreachable govet complain
This commit is contained in:
Gyu-Ho Lee 2016-01-22 15:33:55 -08:00
commit 5a9f81b198

View File

@ -100,7 +100,6 @@ func (r *recorderStream) Action() (acts []Action) {
return acts
}
}
return acts
}
func (r *recorderStream) Chan() <-chan Action {