Run gofmt

This commit is contained in:
James Munnelly
2018-03-23 18:50:45 +00:00
parent 42c5599305
commit c9dfd408b7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ const (
// CertificateACMEStatus holds the status for an ACME issuer
type CertificateACMEStatus struct {
Order ACMEOrderStatus `json:"order"`
Order ACMEOrderStatus `json:"order"`
}
type ACMEOrderStatus struct {
+1 -1
View File
@@ -2,8 +2,8 @@ package acme
import (
"github.com/jetstack/cert-manager/pkg/apis/certmanager/v1alpha1"
"github.com/jetstack/cert-manager/third_party/crypto/acme"
"github.com/jetstack/cert-manager/pkg/util/pki"
"github.com/jetstack/cert-manager/third_party/crypto/acme"
)
// This file includes some utility functions that can be used throughout the