Skip to content

Commit

Permalink
delete new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Ryan committed Oct 14, 2024
1 parent 45ed5d4 commit 6cd8e5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/k8s/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ func TestStatusUpdateWithExternalStatusAndExternalService(t *testing.T) {
}},
)
ingLister := storeToIngressLister{}

ingLister.Store, _ = cache.NewInformerWithOptions(
cache.InformerOptions{
ListerWatcher: cache.NewListWatchFromClient(
Expand Down Expand Up @@ -344,7 +343,6 @@ func TestStatusUpdateWithExternalStatusAndIngressLink(t *testing.T) {
}},
)
ingLister := storeToIngressLister{}

ingLister.Store, _ = cache.NewInformerWithOptions(
cache.InformerOptions{
ListerWatcher: cache.NewListWatchFromClient(
Expand Down

0 comments on commit 6cd8e5f

Please sign in to comment.