Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Sep 23, 2018
1 parent d3ba449 commit d2f9b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Rational.pm6
Expand Up @@ -119,7 +119,7 @@ my role Rational[::NuT = Int, ::DeT = ::("NuT")] does Real {
# TODO v6.d FatRats are tested in roast to have a minimum
# precision pf 6 decimal places - mostly due to there being no
# formal spec and the desire to test SOMETHING. With this
# speed increase, 16 digits would work fine; but it isn't spec.
# speed increase, 16 digits would work fine; but it isn't spec.
#if $!denominator < 1000000000000000 {
# $precision = 16;
# $fract *= 10000000000000000;
Expand Down

0 comments on commit d2f9b6f

Please sign in to comment.