mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 21:02:04 +03:00
dev: Uniqueleafnames.hs: fix haddock failure
This commit is contained in:
parent
7d8fbe2dc0
commit
0ecc1ed79b
@ -50,7 +50,7 @@ journalCheckUniqueleafnames j = do
|
||||
llen = T.length $ accountLeafName a
|
||||
col = 5 + (if isVirtual p then 1 else 0) + alen - llen
|
||||
col2 = col + llen - 1
|
||||
accts = T.unlines fulls -- $ map (("\""<>).(<>"\"")) fulls
|
||||
accts = T.unlines fulls
|
||||
|
||||
_ -> Right () -- shouldn't happen
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user