code formatting

This commit is contained in:
gabime 2018-04-09 15:14:13 +03:00
parent e9bb008f15
commit 3fdc7996db
2 changed files with 4 additions and 5 deletions

View File

@ -482,9 +482,8 @@ class full_formatter SPDLOG_FINAL : public flag_formatter
// wrap the level name with color
msg.color_range_start = msg.formatted.size();
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());
}
};