forked from TrueCloudLab/certificates
gofmt -s
This commit is contained in:
parent
8ca9442fe9
commit
5443aa073a
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ func WithAdminDB(d admin.DB) Option {
|
||||||
}
|
}
|
||||||
|
|
||||||
// WithProvisioners is an option to set the provisioner collection.
|
// WithProvisioners is an option to set the provisioner collection.
|
||||||
//
|
//
|
||||||
// Deprecated: provisioner collections will likely change
|
// Deprecated: provisioner collections will likely change
|
||||||
func WithProvisioners(ps *provisioner.Collection) Option {
|
func WithProvisioners(ps *provisioner.Collection) Option {
|
||||||
return func(a *Authority) error {
|
return func(a *Authority) error {
|
||||||
|
|
Loading…
Reference in a new issue