clang-format
This commit is contained in:
@@ -5,7 +5,7 @@ using spdlog::memory_buf_t;
|
||||
|
||||
// log to str and return it
|
||||
template<typename... Args>
|
||||
static std::string log_to_str(const std::string &msg, const Args &... args)
|
||||
static std::string log_to_str(const std::string &msg, const Args &...args)
|
||||
{
|
||||
std::ostringstream oss;
|
||||
auto oss_sink = std::make_shared<spdlog::sinks::ostream_sink_mt>(oss);
|
||||
|
||||
Reference in New Issue
Block a user