Browse Source

pkg/testutil: fix unreachable go tool vet complain

Gyu-Ho Lee 10 năm trước cách đây
mục cha
commit
0d646a25ee
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {