From 0963f9298414410acdf8a30a3d4cae9f3077997e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 25 Aug 2013 21:38:01 -0400 Subject: [PATCH] unnecessary do block --- Command/Unused.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/Unused.hs b/Command/Unused.hs index 50fdf0da2e..68b591cf39 100644 --- a/Command/Unused.hs +++ b/Command/Unused.hs @@ -253,7 +253,7 @@ withKeysReferenced' mdir initial a = do go v' fs withKeysReferencedInGit :: (Key -> Annex ()) -> Annex () -withKeysReferencedInGit a = do +withKeysReferencedInGit a = showref >>= mapM_ (withKeysReferencedInGitRef a) . relevantrefs where showref = inRepo $ Git.Command.pipeReadStrict [Param "show-ref"]