From 1bd4809bd2060ec52b7a7114e7b7ed3dac7641eb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 20 Jan 2016 12:51:22 -0400 Subject: [PATCH] remove excess space --- Command/Info.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/Info.hs b/Command/Info.hs index 426a1300b4..144f499e59 100644 --- a/Command/Info.hs +++ b/Command/Info.hs @@ -140,7 +140,7 @@ itemInfo o p = ifM (isdir p) noInfo :: String -> Annex () noInfo s = do showStart "info" s - showNote $ " not a directory or an annexed file or a remote or a uuid" + showNote $ "not a directory or an annexed file or a remote or a uuid" showEndFail dirInfo :: InfoOptions -> FilePath -> Annex ()