Skip to content

Commit

Permalink
lint update
Browse files Browse the repository at this point in the history
  • Loading branch information
miledxz committed Jan 15, 2025
1 parent ed23179 commit 2b5d13a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/framework/events/first_eventbatch_preparer.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ import (
"context"
"fmt"

"github.com/nginx/nginx-gateway-fabric/internal/framework/kubernetes"
apierrors "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/api/meta"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/types"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/nginx/nginx-gateway-fabric/internal/framework/kubernetes"
)

//counterfeiter:generate . FirstEventBatchPreparer
Expand Down

0 comments on commit 2b5d13a

Please sign in to comment.