Skip to content

Commit

Permalink
run make format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Patel committed Nov 26, 2024
1 parent 26f9fdb commit 09ae8b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion controllers/endpoint/endpoints_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ package endpoint

import (
"context"
"k8s.io/apimachinery/pkg/util/rand"
"path/filepath"
"testing"
"time"

"k8s.io/apimachinery/pkg/util/rand"

testutil "github.com/gardener/dependency-watchdog/internal/test"
"k8s.io/client-go/kubernetes/scheme"

Expand Down
3 changes: 2 additions & 1 deletion internal/prober/shoot/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ package shoot

import (
"context"
"k8s.io/apimachinery/pkg/util/rand"
"path/filepath"
"testing"
"time"

"k8s.io/apimachinery/pkg/util/rand"

"github.com/gardener/dependency-watchdog/internal/prober/fakes/k8s"
corev1 "k8s.io/api/core/v1"
"sigs.k8s.io/controller-runtime/pkg/client"
Expand Down

0 comments on commit 09ae8b5

Please sign in to comment.