Skip to content

Commit d72db69

Browse files
committed
remove unwanted change
1 parent ca7bc25 commit d72db69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/wrapper.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import (
3434

3535
// RunKubeStateMetricsWrapper is a wrapper around KSM, delegated to the root command.
3636
func RunKubeStateMetricsWrapper(opts *options.Options) {
37+
3738
KSMRunOrDie := func(ctx context.Context) {
3839
if err := app.RunKubeStateMetricsWrapper(ctx, opts); err != nil {
3940
klog.ErrorS(err, "Failed to run kube-state-metrics")

0 commit comments

Comments
 (0)