remove excess space
This commit is contained in:
parent
9b9b5a30e1
commit
1bd4809bd2
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ itemInfo o p = ifM (isdir p)
|
||||||
noInfo :: String -> Annex ()
|
noInfo :: String -> Annex ()
|
||||||
noInfo s = do
|
noInfo s = do
|
||||||
showStart "info" s
|
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
|
showEndFail
|
||||||
|
|
||||||
dirInfo :: InfoOptions -> FilePath -> Annex ()
|
dirInfo :: InfoOptions -> FilePath -> Annex ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue