diff --git a/Command/Status.hs b/Command/Status.hs index 329d3f70bf..ad490cae82 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 ++ ")"