mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Code formatting
This commit is contained in:
parent
40143cae1e
commit
4b66e94ecf
@ -54,7 +54,6 @@ int main(int argc, char *argv[])
|
||||
spdlog::info("Single thread, {:n} iterations", howmany);
|
||||
spdlog::info("**************************************************************");
|
||||
|
||||
|
||||
auto basic_st = spdlog::basic_logger_st("basic_st", "logs/basic_st.log", true);
|
||||
bench(howmany, std::move(basic_st));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user