Simplify spec handling

This commit is contained in:
Victor Zverovich
2024-08-01 19:59:21 -07:00
parent 8a06cee826
commit 8445327c84
3 changed files with 14 additions and 25 deletions
-1
View File
@@ -2430,7 +2430,6 @@ FMT_CONSTEXPR auto parse_format_specs(const Char* begin, const Char* end,
specs.sign = sign::plus;
break;
case '-':
specs.sign = sign::minus;
break;
case ' ':
specs.sign = sign::space;