Remove trailing and in between spaces
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ function handleException($e) {
|
||||
$server->exec();
|
||||
} else {
|
||||
$statusCode = 500;
|
||||
if ($e instanceof \OC\ServiceUnavailableException ) {
|
||||
if ($e instanceof \OC\ServiceUnavailableException) {
|
||||
$statusCode = 503;
|
||||
}
|
||||
if ($e instanceof RemoteException) {
|
||||
|
||||
Reference in New Issue
Block a user