Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Oct 18, 2023
1 parent 7652560 commit 4809ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
corev1 "k8s.io/api/core/v1"
rbacv1 "k8s.io/api/rbac/v1"
storev1 "k8s.io/api/storage/v1"
"k8s.io/apimachinery/pkg/api/errors"
apierrors "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/api/meta"
"k8s.io/apimachinery/pkg/api/resource"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package multiclusterobservability

import (
"testing"

"github.com/stolostron/multicluster-observability-operator/operators/multiclusterobservability/pkg/config"
"sigs.k8s.io/controller-runtime/pkg/event"
"testing"
)

func TestGetMCOPredicateFunc(t *testing.T) {
Expand Down

0 comments on commit 4809ad8

Please sign in to comment.