diff --git a/lib/private/util.php b/lib/private/util.php index d039d9f6a9..7168ed0024 100755 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -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',