summaryrefslogtreecommitdiff
path: root/git-repair.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-10-12 14:34:23 -0400
committerJoey Hess <joey@kitenet.net>2014-10-12 14:34:23 -0400
commit333ea1ce14929cb9583c403fc7ba6b898e4b42b4 (patch)
treef4f951edf4189bc89938ccc8f7b446f22bf0dd16 /git-repair.hs
parentefef527d5b2e42e261fa7af6947aad6553426ebe (diff)
downloadgit-repair-333ea1ce14929cb9583c403fc7ba6b898e4b42b4.tar.gz
whitespace
Diffstat (limited to 'git-repair.hs')
-rw-r--r--git-repair.hs2
1 files changed, 1 insertions, 1 deletions
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