Skip to content

Commit 052bde8

Browse files
committed
fix fmt
1 parent f0e7ee1 commit 052bde8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

controllers/spec/sink.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ import (
2121
"context"
2222
"regexp"
2323

24-
"github.com/streamnative/function-mesh/utils"
25-
"google.golang.org/protobuf/encoding
24+
corev1 "k8s.io/api/core/v1"
25+
2626
"github.com/streamnative/function-mesh/utils"
2727
"google.golang.org/protobuf/encoding/protojson"
2828
appsv1 "k8s.io/api/apps/v1"
2929
autov2 "k8s.io/api/autoscaling/v2"
3030
v1 "k8s.io/api/batch/v1"
3131
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
32-
"regexp"
3332
"sigs.k8s.io/controller-runtime/pkg/client"
3433

3534
"github.com/streamnative/function-mesh/api/compute/v1alpha1"

0 commit comments

Comments
 (0)