summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-30 16:21:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-30 16:21:28 -0400
commit1e6b7e901d47142a99ab4e6608f6307c01bc085e (patch)
tree913f75efd9e165a7795c54311cae0db4f0da9388
parent29032cb70e66d18f25b9b942eb01dceeeb8aa300 (diff)
less space
-rw-r--r--Remote.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote.hs b/Remote.hs
index 83a593dd5..efa7a5cc8 100644
--- a/Remote.hs
+++ b/Remote.hs
@@ -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