Fix for vet complaints: #335.

This commit is contained in:
Marcin Owsiany 2017-02-24 11:56:31 +01:00
parent 761d977303
commit 8e399477af

View file

@ -213,7 +213,7 @@ func buildIngressLIstener() cache_store.StoreToIngressLister {
},
},
})
return cache_store.StoreToIngressLister{store}
return cache_store.StoreToIngressLister{Store: store}
}
func buildStatusSync() statusSync {