diff options
Diffstat (limited to 'Command/Status.hs')
-rw-r--r-- | Command/Status.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Status.hs b/Command/Status.hs index 329d3f70b..ad490cae8 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -167,4 +167,4 @@ staleSize label dirspec = do return $ s ++ aside "clean up with git-annex unused" aside :: String -> String -aside s = "\t(" ++ s ++ ")" +aside s = " (" ++ s ++ ")" |