Skip to content

Commit f5a1d50

Browse files
committed
Runs goimports
1 parent bec825a commit f5a1d50

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkg/patterns/declarative/reconciler.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import (
2525

2626
"k8s.io/apimachinery/pkg/api/meta"
2727

28-
2928
apierrors "k8s.io/apimachinery/pkg/api/errors"
3029

3130
"k8s.io/client-go/dynamic"
@@ -57,8 +56,8 @@ type Reconciler struct {
5756
config *rest.Config
5857
kubectl kubectlClient
5958

60-
rm reconcileMetrics
61-
mgr manager.Manager
59+
rm reconcileMetrics
60+
mgr manager.Manager
6261

6362
// recorder is the EventRecorder for creating k8s events
6463
recorder recorder.EventRecorder

0 commit comments

Comments
 (0)