fix code format

This commit is contained in:
live77
2021-12-06 22:04:22 +08:00
parent 108284d3cd
commit 97c02652bc
6 changed files with 72 additions and 68 deletions

View File

@@ -18,9 +18,10 @@ package helmcategory
import (
"context"
ctrl "sigs.k8s.io/controller-runtime"
"time"
ctrl "sigs.k8s.io/controller-runtime"
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"

View File

@@ -19,9 +19,10 @@ package helmrepo
import (
"context"
"math"
ctrl "sigs.k8s.io/controller-runtime"
"time"
ctrl "sigs.k8s.io/controller-runtime"
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"