remove unneeded whitespace

Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
This commit is contained in:
Florian Liebhart 2023-06-09 20:04:39 +02:00
parent 153c0b5fbf
commit 8335f8474e

View File

@ -291,7 +291,7 @@ func buildControllerContextFactory(ctx context.Context, opts *options.Controller
ACMEHTTP01SolverRunAsNonRoot: ACMEHTTP01SolverRunAsNonRoot,
HTTP01SolverImage: opts.ACMEHTTP01SolverImage,
ACMEDNS01CheckMethod: opts.ACMEDNS01CheckMethod,
DnsOverHttpsJsonEndpoint: opts.DnsOverHttpsJsonEndpoint,
DnsOverHttpsJsonEndpoint: opts.DnsOverHttpsJsonEndpoint,
// Allows specifying a list of custom nameservers to perform HTTP01 checks on.
HTTP01SolverNameservers: opts.ACMEHTTP01SolverNameservers,