From 5443aa073a40c64bb91b0b6535abec6cb1d0f735 Mon Sep 17 00:00:00 2001
From: max furman <mx.furman@gmail.com>
Date: Thu, 19 May 2022 22:46:25 -0700
Subject: [PATCH] gofmt -s

---
 authority/options.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/authority/options.go b/authority/options.go
index 429ccb91..6e1949f5 100644
--- a/authority/options.go
+++ b/authority/options.go
@@ -267,7 +267,7 @@ func WithAdminDB(d admin.DB) Option {
 }
 
 // WithProvisioners is an option to set the provisioner collection.
-// 
+//
 // Deprecated: provisioner collections will likely change
 func WithProvisioners(ps *provisioner.Collection) Option {
 	return func(a *Authority) error {