From f223312364a49fdb069ef413a8da9d02be8b97fa Mon Sep 17 00:00:00 2001 From: Antz Date: Tue, 16 Mar 2021 09:00:29 +0000 Subject: [PATCH] [Styling] Fix missed space I sincerely hope thats the last of them --- src/shared/Database/Database.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/Database/Database.cpp b/src/shared/Database/Database.cpp index 4e125b89..bc752c8c 100644 --- a/src/shared/Database/Database.cpp +++ b/src/shared/Database/Database.cpp @@ -642,7 +642,7 @@ bool Database::CheckDatabaseVersion(DatabaseTypes database) sLog.outErrorDb(); PrintErrorYouNeedDatabaseVersionExpectedByCore(core_db_requirements); } - else + else { sLog.outString("The table `db_version` indicates that your [%s] database has a higher version than the one referenced by the core." "\nYou have probably applied DB updates, and that's a good thing to keep your server up to date.", core_db_requirements.dbname.c_str());