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,6 +126,7 @@ class CoreApi implements DeploymentApiInterface
{ {
try { try {
$this->client->post('actions/restart-process'); $this->client->post('actions/restart-process');
return true; return true;
} catch (Exception $e) { } catch (Exception $e) {
return $e->getMessage(); return $e->getMessage();