From 796c2f6bc8707bc412099f0de7171063fbcc5713 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 May 2013 18:15:29 -0400 Subject: [PATCH] remove unnecessary bracketIO --- Remote/Git.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/Git.hs b/Remote/Git.hs index 215cd590f8..32f6a1c7c1 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -321,7 +321,7 @@ copyFromRemote' r key file dest -} feedprogressback a = ifM (isJust <$> sshCacheDir) ( feedprogressback' a - , bracketIO noop (const noop) (a $ const noop) + , a $ const noop ) feedprogressback' a = do u <- getUUID