mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-28 15:28:35 +00:00
Minor grammar fix
This commit is contained in:
parent
6eaceb5f73
commit
5b0aa638cf
@ -256,7 +256,7 @@ TEST(chrono_test, time_point) {
|
|||||||
"%EX", "%D", "%F", "%R", "%T", "%p", "%z", "%Z"};
|
"%EX", "%D", "%F", "%R", "%T", "%p", "%z", "%Z"};
|
||||||
spec_list.push_back("%Y-%m-%d %H:%M:%S");
|
spec_list.push_back("%Y-%m-%d %H:%M:%S");
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
// Disabled on Windows, because these formats is not consistent among
|
// Disabled on Windows because these formats are not consistent among
|
||||||
// platforms.
|
// platforms.
|
||||||
spec_list.insert(spec_list.end(), {"%c", "%Ec", "%r"});
|
spec_list.insert(spec_list.end(), {"%c", "%Ec", "%r"});
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user