diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-20 20:56:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-20 20:56:04 -0400 |
commit | a65235e41846e895b72e5bdaad2859e99113a4c8 (patch) | |
tree | 4d63c790b0a18a0b1c1525261c66762fc6c37bc4 /Utility | |
parent | 470a36b4a4e3ba4b187b0c5abd2ce3da17a51b9b (diff) |
cleanup
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 |