diff --git a/core/database.php b/core/database.php index eb4a060c..7d7cbb25 100644 --- a/core/database.php +++ b/core/database.php @@ -156,7 +156,7 @@ class Database $query, $args ); - if($ret === false) { + if ($ret === false) { throw new SCoreException("Query failed", $query); } /** @noinspection PhpIncompatibleReturnTypeInspection */