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

@@ -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