瀏覽代碼

pkg/testutil: fix unreachable go tool vet complain

Gyu-Ho Lee 10 年之前
父節點
當前提交
0d646a25ee
共有 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 {