diff options
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Percentage.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utility/Percentage.hs b/Utility/Percentage.hs index 8d9280148..d4b2da429 100644 --- a/Utility/Percentage.hs +++ b/Utility/Percentage.hs @@ -31,4 +31,3 @@ showPercentage precision (Percentage p) = v ++ "%" where v = showImprecise precision n n = fromRational p :: Double - strip0s = reverse . dropWhile (== '0') . reverse |