From 274b1c12a1383a7ebeef7d9365a0a23d14892eae Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 15 Jan 2019 12:58:05 -0800 Subject: [PATCH] whitespace --- hledger-lib/Hledger/Read/Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/Hledger/Read/Common.hs b/hledger-lib/Hledger/Read/Common.hs index e9cb7517e..9c9b8aa5e 100644 --- a/hledger-lib/Hledger/Read/Common.hs +++ b/hledger-lib/Hledger/Read/Common.hs @@ -1309,7 +1309,7 @@ match' p = do tests_Common = tests "Common" [ - tests "amountp" [ + tests "amountp" [ test "basic" $ expectParseEq amountp "$47.18" (usd 47.18) ,test "ends with decimal mark" $ expectParseEq amountp "$1." (usd 1 `withPrecision` 0) ,test "unit price" $ expectParseEq amountp "$10 @ €0.5"