hlint
This commit is contained in:
parent
bcea51171a
commit
8a5b397ac4
26 changed files with 48 additions and 52 deletions
|
@ -150,7 +150,7 @@ prettyListUUIDs :: [UUID] -> Annex [String]
|
|||
prettyListUUIDs uuids = do
|
||||
hereu <- getUUID
|
||||
m <- uuidDescriptions
|
||||
return $ map (\u -> prettify m hereu u) uuids
|
||||
return $ map (prettify m hereu) uuids
|
||||
where
|
||||
finddescription m u = M.findWithDefault "" u m
|
||||
prettify m hereu u
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue