From 333ea1ce14929cb9583c403fc7ba6b898e4b42b4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 12 Oct 2014 14:34:23 -0400 Subject: whitespace --- git-repair.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-repair.hs') diff --git a/git-repair.hs b/git-repair.hs index bdd1670..a82d5d6 100644 --- a/git-repair.hs +++ b/git-repair.hs @@ -48,7 +48,7 @@ parseSettings = Settings main :: IO () main = execParser opts >>= go where - opts = info (helper <*> parseSettings) desc + opts = info (helper <*> parseSettings) desc desc = fullDesc <> header "git-repair - repair a damanged git repository" go settings -- cgit v1.2.3