From 9cac1d5fd3fe99eeed2e17e7312989de42c121d2 Mon Sep 17 00:00:00 2001 From: sunmy <7743179+sun_mengyue@user.noreply.gitee.com> Date: Thu, 10 Jun 2021 00:49:23 +0800 Subject: [PATCH] format change --- include/fmt/chrono.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index 0506a104..4aef96fe 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -472,8 +472,8 @@ struct formatter, } static constexpr Char default_spec[] = {'%', 'Y', '-', '%', 'm', '-', - '%', 'd', ' ', '%', 'H', ':', - '%', 'M', ':', '%', 'S'}; + '%', 'd', ' ', '%', 'H', ':', + '%', 'M', ':', '%', 'S'}; }; template