fixing code style
This commit is contained in:
parent
a25b86a30e
commit
6bfeb342db
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue