diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index 94a36d1b..54b7a665 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -564,7 +564,6 @@ class bigint { sum >>= bits::value; } remove_leading_zeros(); - exp_ *= 2; } // If this bigint has a bigger exponent than other, adds trailing zero to make