diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-17 13:13:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-17 13:13:49 -0400 |
commit | 6d4fc0ca7eb220298e42d368ead57622e80929a3 (patch) | |
tree | 9b45c0f0a18e54cc999f487de509269c5bab4aa7 /UUID.hs | |
parent | 8f6e5da18f80ea5dfc124afed0ff2671a3909d56 (diff) |
command output cleanup
Diffstat (limited to 'UUID.hs')
-rw-r--r-- | UUID.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ reposByUUID repos uuids = do prettyPrintUUIDs :: [UUID] -> Annex String prettyPrintUUIDs uuids = do m <- uuidMap - return $ unwords $ map (\u -> " "++(prettify m u)++"\n") uuids + return $ unwords $ map (\u -> "\t"++(prettify m u)++"\n") uuids where prettify m u = if (0 < (length $ findlog m u)) |