Run gofmt

This commit is contained in:
James Munnelly 2018-04-11 13:22:10 +01:00
parent 967499331e
commit 4a79203633

View File

@ -211,8 +211,8 @@ func (a *Acme) presentChallenge(ctx context.Context, cl client.Interface, crt *v
// TODO: make sure that solver.Present is noop if challenge
// is already present and all we do is waiting for propagation,
// otherwise it is spamming with errors which are not really erros
// as we are just waiting for propagation
// otherwise it is spamming with errors which are not really erros
// as we are just waiting for propagation
err = solver.Present(ctx, crt, ch)
if err != nil {
return err