Skip to content

Commit

Permalink
Fix format warnings on ca/ca.go
Browse files Browse the repository at this point in the history
  • Loading branch information
maraino committed Feb 14, 2024
1 parent fbc1e89 commit 9fcdd3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ca/ca.go
Expand Up @@ -24,9 +24,9 @@ import (
"github.com/smallstep/certificates/api"
"github.com/smallstep/certificates/authority"
"github.com/smallstep/certificates/authority/admin"
"github.com/smallstep/certificates/cas/apiv1"
adminAPI "github.com/smallstep/certificates/authority/admin/api"
"github.com/smallstep/certificates/authority/config"
"github.com/smallstep/certificates/cas/apiv1"
"github.com/smallstep/certificates/db"
"github.com/smallstep/certificates/logging"
"github.com/smallstep/certificates/monitoring"
Expand All @@ -47,7 +47,7 @@ type options struct {
sshHostPassword []byte
sshUserPassword []byte
database db.AuthDB
x509CAService apiv1.CertificateAuthorityService
x509CAService apiv1.CertificateAuthorityService
}

func (o *options) apply(opts []Option) {
Expand Down

0 comments on commit 9fcdd3f

Please sign in to comment.