Skip to content

Commit

Permalink
Fix for vet complaints: kubernetes#335.
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Feb 24, 2017
1 parent 85369f8 commit 5159afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pkg/ingress/status/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func buildIngressLIstener() cache_store.StoreToIngressLister {
},
},
})
return cache_store.StoreToIngressLister{store}
return cache_store.StoreToIngressLister{Store: store}
}

func buildStatusSync() statusSync {
Expand Down

0 comments on commit 5159afa

Please sign in to comment.