From ca809b1d336e7e0d2c4a133b6a00307d90f5e467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n?= Date: Thu, 7 Feb 2019 20:26:21 +0100 Subject: [PATCH] gofmt --- pkg/controller/history/controller_history.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/history/controller_history.go b/pkg/controller/history/controller_history.go index 1520c190fe6..262652e36d2 100644 --- a/pkg/controller/history/controller_history.go +++ b/pkg/controller/history/controller_history.go @@ -72,7 +72,7 @@ func NewControllerRevision(parent metav1.Object, } cr := &apps.ControllerRevision{ ObjectMeta: metav1.ObjectMeta{ - Labels: labelMap, + Labels: labelMap, OwnerReferences: []metav1.OwnerReference{*metav1.NewControllerRef(parent, parentKind)}, }, Data: data,