mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 11:03:47 +00:00
refactor(Core/Misc): add braces and impove codestyle (#6402)
This commit is contained in:
@@ -44,5 +44,7 @@ void Logger::write(LogMessage* message) const
|
||||
|
||||
for (std::pair<uint8 const, Appender*> const& appender : appenders)
|
||||
if (appender.second)
|
||||
{
|
||||
appender.second->write(message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user