summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-09-18 22:37:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-09-18 22:37:34 -0400
commitc2100b040ed3c58340e73317863a147eeb1bf952 (patch)
tree5f95d0f41b09aac301e8c4a3119689e8ffcbf748
parent0d2191dbea26c30f9d5ebbdca5aa130ba2b261cc (diff)
fix indentation
-rw-r--r--Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.hs b/Test.hs
index 825c01879..6348b0d6d 100644
--- a/Test.hs
+++ b/Test.hs
@@ -120,7 +120,7 @@ main ps = do
error msg
v -> handleParseResult v
#else
- handleParseResult $ execParserPure pprefs pinfo args
+ handleParseResult $ execParserPure pprefs pinfo args
#endif
progdesc = "git-annex test"