fix Xcode compiler warning "no new line at the end of file"

This commit is contained in:
Hai Feng Kao
2021-04-20 12:43:56 +08:00
parent 7d07e0312a
commit ca2cd6f3e7
4 changed files with 8 additions and 4 deletions

View File

@@ -24,4 +24,5 @@
#else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib
#include <fmt/core.h>
#include <fmt/format.h>
#endif
#endif