Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Apr 10, 2024
1 parent 3fcab9c commit d372a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/setup_local/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"context"
"flag"
"fmt"
"k8s.io/utils/ptr"
"math/rand"
"os"
"strings"
Expand All @@ -27,6 +26,7 @@ import (
"golang.org/x/text/unicode/norm"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"k8s.io/utils/ptr"
)

type seedConfig struct {
Expand Down

0 comments on commit d372a52

Please sign in to comment.