mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Small fix to pattern formatter
This commit is contained in:
parent
80f19324bc
commit
0d0706a204
@ -574,8 +574,7 @@ public:
|
||||
f->format(msg, cached_tm_, dest);
|
||||
}
|
||||
// write eol
|
||||
// details::fmt_helper::append_string_view(eol_.c_str(), dest);
|
||||
details::fmt_helper::append_string_view(eol_.c_str(), dest);
|
||||
details::fmt_helper::append_string_view(eol_, dest);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user