pkg/testutil: fix unreachable go tool vet complain

This commit is contained in:
Gyu-Ho Lee 2016-01-22 15:16:35 -08:00
parent c21d87354e
commit 0d646a25ee

View File

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