diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-13 03:40:41 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-13 03:40:41 +0300 |
commit | d805523baec28129e5e7089cb53092406bcd8a25 (patch) | |
tree | cb3e74aaee466020a98ada4f5a41787b034f9a46 /apps/SetEnv.hs | |
parent | bugfix + refactoring (diff) | |
download | windows-env-d805523baec28129e5e7089cb53092406bcd8a25.tar.gz windows-env-d805523baec28129e5e7089cb53092406bcd8a25.zip |
code style
Diffstat (limited to '')
-rw-r--r-- | apps/SetEnv.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/SetEnv.hs b/apps/SetEnv.hs index 812975b..293b062 100644 --- a/apps/SetEnv.hs +++ b/apps/SetEnv.hs @@ -12,8 +12,8 @@ import qualified Environment data Options = Options { optGlobal :: Bool - , optName :: String - , optValue :: String + , optName :: String + , optValue :: String } deriving (Eq, Show) options :: Parser Options |