diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-12-14 20:06:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-12-14 20:06:13 +0300 |
commit | d9cdfba6dfdaf09e30ee838c2e7435e114953d3f (patch) | |
tree | 264877f3d90ead031cf28b0b90207ebf36d57349 /ListPath.hs | |
parent | bugfix (diff) | |
download | windows-env-d9cdfba6dfdaf09e30ee838c2e7435e114953d3f.tar.gz windows-env-d9cdfba6dfdaf09e30ee838c2e7435e114953d3f.zip |
strip extra whitespace
Diffstat (limited to '')
-rw-r--r-- | ListPath.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ListPath.hs b/ListPath.hs index 6c1fcfa..ca72e87 100644 --- a/ListPath.hs +++ b/ListPath.hs @@ -19,7 +19,7 @@ main = do rawArgs <- getArgs case getOpt Permute optionDescription rawArgs of (actions, args, []) -> do - options <- foldl (>>=) (return defaultOptions) actions + options <- foldl (>>=) (return defaultOptions) actions case args of [] -> listPath options _ -> invalidNumberOfArguments |