Skip to content

Commit 2ea8498

Browse files
porridgejoelanford
authored andcommitted
Keep linter happy.
1 parent b6d580d commit 2ea8498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/reconciler/internal/values/values.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ import (
2020
"context"
2121
"fmt"
2222
"os"
23+
"time"
2324

2425
"helm.sh/helm/v3/pkg/chartutil"
2526
"helm.sh/helm/v3/pkg/strvals"
2627
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
2728

2829
"github.com/operator-framework/helm-operator-plugins/pkg/values"
29-
"time"
3030
)
3131

3232
var DefaultWaitForDeletionTimeout = 30 * time.Second

0 commit comments

Comments
 (0)