Commit 275167d1 authored by gabime's avatar gabime

Micro optimize eol in formatter

parent 45717147
......@@ -571,7 +571,7 @@ public:
f->format(msg, cached_tm_, dest);
}
// write eol
details::fmt_helper::append_str(eol_, dest);
details::fmt_helper::append_c_str(eol_.c_str(), dest);
}
private:
......
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