less space

This commit is contained in:
Joey Hess 2011-09-30 16:21:28 -04:00
parent 29032cb70e
commit 1e6b7e901d

View file

@ -146,7 +146,7 @@ prettyPrintUUIDs desc uuids = do
remoteMap = M.fromList . map (\r -> (uuid r, name r)) <$> genList
findlog m u = M.findWithDefault "" u m
prettify m here u
| not (null d) = u ++ " -- " ++ d
| not (null d) = u ++ " -- " ++ d
| otherwise = u
where
ishere = here == u