Skip to content

Commit 37f10f0

Browse files
committed
fix lint
1 parent f94ef65 commit 37f10f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/store/utils.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ package store
1818

1919
import (
2020
"fmt"
21-
"k8s.io/apimachinery/pkg/api/resource"
2221
"regexp"
2322
"sort"
2423
"strconv"
2524
"strings"
2625

26+
"k8s.io/apimachinery/pkg/api/resource"
27+
2728
v1 "k8s.io/api/core/v1"
2829
"k8s.io/apimachinery/pkg/util/validation"
2930

0 commit comments

Comments
 (0)