Skip to content

Commit e5eb2ed

Browse files
committed
fix lint error
1 parent 2c34676 commit e5eb2ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/store/node.go

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

1919
import (
2020
"context"
21-
"k8s.io/apimachinery/pkg/api/resource"
2221
"strings"
2322

23+
"k8s.io/apimachinery/pkg/api/resource"
24+
2425
basemetrics "k8s.io/component-base/metrics"
2526

2627
"k8s.io/kube-state-metrics/v2/pkg/constant"

0 commit comments

Comments
 (0)