mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
fixed spacing in last commit
This commit is contained in:
@@ -329,7 +329,7 @@ variables_map GetConsoleArguments(int argc, char** argv, fs::path& configFile, s
|
||||
if (variablesMap.count("help")) {
|
||||
std::cout << all << "\n";
|
||||
}
|
||||
else if (variablesMap.count("version"))
|
||||
else if (variablesMap.count("version"))
|
||||
{
|
||||
std::cout << GitRevision::GetFullVersion() << "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user