fixing code style

This commit is contained in:
Thomas Müller 2014-03-25 23:17:00 +01:00
parent a25b86a30e
commit 6bfeb342db
1 changed files with 1 additions and 2 deletions

View File

@ -514,8 +514,7 @@ class OC_Util {
);
}
}
}
catch (\Doctrine\DBAL\DBALException $e){
} catch (\Doctrine\DBAL\DBALException $e) {
\OCP\Util::logException('core', $e);
$errors[] = array(
'error' => 'Error occurred while checking PostgreSQL version',