Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Database / Driver / sqlite / Connection.php
index a14a83f07787b75847ed17d6b14121339a712526..a7c1496c7a8f64ecbdd95f24c4467e4f21d7c43e 100644 (file)
@@ -124,7 +124,6 @@ class Connection extends DatabaseConnection {
       throw $e;
     }
 
-
     // Create functions needed by SQLite.
     $pdo->sqliteCreateFunction('if', [__CLASS__, 'sqlFunctionIf']);
     $pdo->sqliteCreateFunction('greatest', [__CLASS__, 'sqlFunctionGreatest']);