Remove unused receiver name (#366)

This commit is contained in:
Thomas Shafer 2019-04-05 11:01:57 -07:00 committed by Knative Prow Robot
parent d5db385fcc
commit c80cb7dee9
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ func (t *KResource) Populate() {
}
// GetListType implements apis.Listable
func (r *KResource) GetListType() runtime.Object {
func (*KResource) GetListType() runtime.Object {
return &KResourceList{}
}