Don't emit trailing zeros by default

This commit is contained in:
Victor Zverovich
2020-11-27 07:45:54 -08:00
parent d0110b7e35
commit 22a68d1613
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1396,7 +1396,6 @@ FMT_CONSTEXPR float_specs parse_float_type_spec(
switch (specs.type) {
case 0:
result.format = float_format::general;
result.showpoint |= specs.precision > 0;
break;
case 'G':
result.upper = true;