diff options
author | Winfidonarleyan <dowlandtop@yandex.com> | 2023-11-19 11:57:37 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-19 11:57:37 +0700 |
commit | 9ecb85acb5d8b8f71d9d103ea930096c1f4f4816 (patch) | |
tree | c8e98ca33dfe1a555e74c167b46ec64c7c39f34e /src/common | |
parent | d55b6753c911cb9c5e1a0121582a0f3d11f170e1 (diff) |
chore(Cleanup): added new lines to the end of files where they are not present (#17774)
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Logging/Log.h | 2 | ||||
-rw-r--r-- | src/common/Utilities/StringFormat.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Logging/Log.h b/src/common/Logging/Log.h index 545a74e106..f80869399c 100644 --- a/src/common/Logging/Log.h +++ b/src/common/Logging/Log.h @@ -176,4 +176,4 @@ private: #define LOG_GM(accountId__, ...) \ sLog->outCommand(accountId__, __VA_ARGS__) -#endif // _LOG_H__
\ No newline at end of file +#endif // _LOG_H__ diff --git a/src/common/Utilities/StringFormat.h b/src/common/Utilities/StringFormat.h index 78d07af881..1f7ec10902 100644 --- a/src/common/Utilities/StringFormat.h +++ b/src/common/Utilities/StringFormat.h @@ -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
\ No newline at end of file +#endif |