Re-order imports
Signed-off-by: James Munnelly <jmunnelly@apple.com>
This commit is contained in:
parent
df250307c2
commit
9a0a395c05
@ -17,8 +17,9 @@ limitations under the License.
|
||||
package feature
|
||||
|
||||
import (
|
||||
utilfeature "github.com/jetstack/cert-manager/pkg/util/feature"
|
||||
"k8s.io/component-base/featuregate"
|
||||
|
||||
utilfeature "github.com/jetstack/cert-manager/pkg/util/feature"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user