From 63b615316325ced44b55ceb7a01f9185c6b8600d Mon Sep 17 00:00:00 2001 From: Laszlo Uveges Date: Mon, 12 Sep 2022 17:45:43 +0200 Subject: [PATCH] More formatting Signed-off-by: Laszlo Uveges --- pkg/action/hooks_test.go | 44 ++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/pkg/action/hooks_test.go b/pkg/action/hooks_test.go index 9c279bc1a..3ef1c17cb 100644 --- a/pkg/action/hooks_test.go +++ b/pkg/action/hooks_test.go @@ -151,30 +151,30 @@ data: }, }, }, resource.Info{ - Name: "build-config-2", - Namespace: "test", - }, []resource.Info{ - { - // This should be in the record for `before-hook-creation` - Name: "build-config-1", - Namespace: "test", - }, - { - // This should be in the record for `before-hook-creation` - Name: "build-config-2", - Namespace: "test", - }, - { - // This should be in the record for cleaning up (the failure first) Name: "build-config-2", Namespace: "test", - }, - { - // This should be in the record for cleaning up (then the previously successful) - Name: "build-config-1", - Namespace: "test", - }, - }, true, + }, []resource.Info{ + { + // This should be in the record for `before-hook-creation` + Name: "build-config-1", + Namespace: "test", + }, + { + // This should be in the record for `before-hook-creation` + Name: "build-config-2", + Namespace: "test", + }, + { + // This should be in the record for cleaning up (the failure first) + Name: "build-config-2", + Namespace: "test", + }, + { + // This should be in the record for cleaning up (then the previously successful) + Name: "build-config-1", + Namespace: "test", + }, + }, true, }, }