aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apps/RemovePath.hs
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-07-13 03:40:41 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-07-13 03:40:41 +0300
commitd805523baec28129e5e7089cb53092406bcd8a25 (patch)
treecb3e74aaee466020a98ada4f5a41787b034f9a46 /apps/RemovePath.hs
parentbugfix + refactoring (diff)
downloadwindows-env-d805523baec28129e5e7089cb53092406bcd8a25.tar.gz
windows-env-d805523baec28129e5e7089cb53092406bcd8a25.zip
code style
Diffstat (limited to '')
-rw-r--r--apps/RemovePath.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/RemovePath.hs b/apps/RemovePath.hs
index 2fecda6..87c60a4 100644
--- a/apps/RemovePath.hs
+++ b/apps/RemovePath.hs
@@ -15,9 +15,9 @@ import Options.Applicative
import qualified Environment
data Options = Options
- { optName :: String
+ { optName :: String
, optGlobal :: Bool
- , optPaths :: [String]
+ , optPaths :: [String]
} deriving (Eq, Show)
options = Options