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
|
llen = T.length $ accountLeafName a
|
||||||
col = 5 + (if isVirtual p then 1 else 0) + alen - llen
|
col = 5 + (if isVirtual p then 1 else 0) + alen - llen
|
||||||
col2 = col + llen - 1
|
col2 = col + llen - 1
|
||||||
accts = T.unlines fulls -- $ map (("\""<>).(<>"\"")) fulls
|
accts = T.unlines fulls
|
||||||
|
|
||||||
_ -> Right () -- shouldn't happen
|
_ -> Right () -- shouldn't happen
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user