Skip to content

Commit 2b5d13a

Browse files
committed
lint update
1 parent ed23179 commit 2b5d13a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/framework/events/first_eventbatch_preparer.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ import (
44
"context"
55
"fmt"
66

7-
"github.com/nginx/nginx-gateway-fabric/internal/framework/kubernetes"
87
apierrors "k8s.io/apimachinery/pkg/api/errors"
98
"k8s.io/apimachinery/pkg/api/meta"
109
"k8s.io/apimachinery/pkg/runtime"
1110
"k8s.io/apimachinery/pkg/types"
1211
"sigs.k8s.io/controller-runtime/pkg/client"
12+
13+
"github.com/nginx/nginx-gateway-fabric/internal/framework/kubernetes"
1314
)
1415

1516
//counterfeiter:generate . FirstEventBatchPreparer

0 commit comments

Comments
 (0)