Skip to content

Commit 3dbfb4e

Browse files
committed
Sort imports
1 parent c1cdf8c commit 3dbfb4e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

apis/fluentbit/v1alpha2/clusterfluentbitconfig_types_test.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ import (
44
"fmt"
55
"testing"
66

7-
"github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/multilineparser"
8-
"github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/parser"
9-
7+
. "github.com/onsi/gomega"
108
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
119

1210
"github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins"
1311
"github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/custom"
1412
"github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/filter"
1513
"github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/input"
14+
"github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/multilineparser"
1615
"github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/output"
17-
. "github.com/onsi/gomega"
16+
"github.com/fluent/fluent-operator/v3/apis/fluentbit/v1alpha2/plugins/parser"
1817
)
1918

2019
const (

0 commit comments

Comments
 (0)