Skip to content

Commit 0d1f458

Browse files
committed
Run goimports
1 parent d31a005 commit 0d1f458

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkg/controller/controllerutil/controllerutil_test.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ var _ = Describe("Controllerutil", func() {
134134
Expect(err).To(HaveOccurred())
135135
})
136136

137-
138137
It("should not return any error if the existing owner has a different version", func() {
139138
f := false
140139
t := true
@@ -153,8 +152,8 @@ var _ = Describe("Controllerutil", func() {
153152

154153
Expect(controllerutil.SetControllerReference(dep, rs, scheme.Scheme)).NotTo(HaveOccurred())
155154
Expect(rs.OwnerReferences).To(ConsistOf(metav1.OwnerReference{
156-
Name: "foo",
157-
Kind: "Deployment",
155+
Name: "foo",
156+
Kind: "Deployment",
158157
// APIVersion is the new owner's one
159158
APIVersion: "extensions/v1beta1",
160159
UID: "foo-uid",

0 commit comments

Comments
 (0)