Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet committed Feb 24, 2025
1 parent f0e7ee1 commit 052bde8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions controllers/spec/sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ import (
"context"
"regexp"

"github.com/streamnative/function-mesh/utils"
"google.golang.org/protobuf/encoding
corev1 "k8s.io/api/core/v1"

"github.com/streamnative/function-mesh/utils"
"google.golang.org/protobuf/encoding/protojson"
appsv1 "k8s.io/api/apps/v1"
autov2 "k8s.io/api/autoscaling/v2"
v1 "k8s.io/api/batch/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"regexp"
"sigs.k8s.io/controller-runtime/pkg/client"

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

0 comments on commit 052bde8

Please sign in to comment.