diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-30 16:21:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-30 16:21:28 -0400 |
commit | 1e6b7e901d47142a99ab4e6608f6307c01bc085e (patch) | |
tree | 913f75efd9e165a7795c54311cae0db4f0da9388 | |
parent | 29032cb70e66d18f25b9b942eb01dceeeb8aa300 (diff) |
less space
-rw-r--r-- | Remote.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |