chore(Cleanup): added new lines to the end of files where they are not present (#17774)

This commit is contained in:
Winfidonarleyan
2023-11-19 11:57:37 +07:00
committed by GitHub
parent d55b6753c9
commit 9ecb85acb5
7 changed files with 7 additions and 7 deletions

View File

@@ -176,4 +176,4 @@ private:
#define LOG_GM(accountId__, ...) \
sLog->outCommand(accountId__, __VA_ARGS__)
#endif // _LOG_H__
#endif // _LOG_H__

View File

@@ -85,4 +85,4 @@ namespace Acore::String
template <typename T, FMT_ENABLE_IF(std::is_enum_v<T>)>
auto format_as(T f) { return fmt::underlying(f); }
#endif
#endif