Commit 3fdc7996 authored by gabime's avatar gabime

code formatting

parent e9bb008f
...@@ -484,7 +484,6 @@ class full_formatter SPDLOG_FINAL : public flag_formatter ...@@ -484,7 +484,6 @@ class full_formatter SPDLOG_FINAL : public flag_formatter
msg.formatted << level::to_str(msg.level); msg.formatted << level::to_str(msg.level);
msg.color_range_end = msg.formatted.size(); msg.color_range_end = msg.formatted.size();
msg.formatted << "] " << fmt::StringRef(msg.raw.data(), msg.raw.size()); msg.formatted << "] " << fmt::StringRef(msg.raw.data(), msg.raw.size());
} }
}; };
......
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