check args on formatting

This commit is contained in:
dkavolis
2021-07-21 23:47:17 +01:00
parent 61ed2a670e
commit 1344d44a5a
3 changed files with 7 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ void custom_flags_example();
#include "spdlog/spdlog.h"
#include "spdlog/cfg/env.h" // support for loading levels from the environment variable
#include "spdlog/fmt/ostr.h"
int main(int, char *[])
{