소스 검색

Merge pull request #4267 from gyuho/govet

pkg/testutil: fix unreachable govet complain
Gyu-Ho Lee 10 년 전
부모
커밋
5a9f81b198
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      pkg/testutil/recorder.go

+ 0 - 1
pkg/testutil/recorder.go

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