Commit 506435bf authored by Victor Zverovich's avatar Victor Zverovich

Fix formatting

parent f2879940
......@@ -16,7 +16,7 @@
namespace fmt {
template <typename ArgFormatter>
void format_value(BasicFormatter<char, ArgFormatter> &f,
const char *&format_str, const std::tm &tm) {
const char *&format_str, const std::tm &tm) {
if (*format_str == ':')
++format_str;
const char *end = format_str;
......
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