aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/UnsetEnv.hs
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-12-14 20:06:13 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-12-14 20:06:13 +0300
commitd9cdfba6dfdaf09e30ee838c2e7435e114953d3f (patch)
tree264877f3d90ead031cf28b0b90207ebf36d57349 /UnsetEnv.hs
parentbugfix (diff)
downloadwindows-env-d9cdfba6dfdaf09e30ee838c2e7435e114953d3f.tar.gz
windows-env-d9cdfba6dfdaf09e30ee838c2e7435e114953d3f.zip
strip extra whitespace
Diffstat (limited to '')
-rw-r--r--UnsetEnv.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnsetEnv.hs b/UnsetEnv.hs
index 9740c0d..cd43696 100644
--- a/UnsetEnv.hs
+++ b/UnsetEnv.hs
@@ -18,7 +18,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
[name] -> unsetEnv name options
_ -> invalidNumberOfArguments