Commit 4b66e94e authored by gabime's avatar gabime

Code formatting

parent 40143cae
......@@ -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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment