Fix code style
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace Kelunik\AcmeClient;
|
||||
|
||||
use Amp\ByteStream\ResourceOutputStream;
|
||||
use Amp\Log\ConsoleFormatter;
|
||||
use Amp\Log\StreamHandler;
|
||||
use Kelunik\Acme\AcmeClient;
|
||||
|
||||
@@ -161,8 +161,14 @@ class Issue implements Command
|
||||
throw new AcmeException('Unknown identifier returned: ' . $name);
|
||||
}
|
||||
|
||||
return yield from $this->solveChallenge($acme, $key, $authorization, $name, $docRoots[$index],
|
||||
$user);
|
||||
return yield from $this->solveChallenge(
|
||||
$acme,
|
||||
$key,
|
||||
$authorization,
|
||||
$name,
|
||||
$docRoots[$index],
|
||||
$user
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user