CoreApi: remove space for compliance

This commit is contained in:
Thomas Gelf 2017-02-02 12:34:00 +01:00
parent aa0c04d5e7
commit a3249350c2

View File

@ -126,8 +126,9 @@ class CoreApi implements DeploymentApiInterface
{
try {
$this->client->post('actions/restart-process');
return true;
} catch (Exception $e) {
} catch (Exception $e) {
return $e->getMessage();
}
}