Commit 0d0706a2 authored by gabime's avatar gabime

Small fix to pattern formatter

parent 80f19324
...@@ -574,8 +574,7 @@ public: ...@@ -574,8 +574,7 @@ public:
f->format(msg, cached_tm_, dest); f->format(msg, cached_tm_, dest);
} }
// write eol // write eol
// details::fmt_helper::append_string_view(eol_.c_str(), dest); details::fmt_helper::append_string_view(eol_, dest);
details::fmt_helper::append_string_view(eol_.c_str(), dest);
} }
private: 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