diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-10 20:58:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-10 20:58:46 +0300 |
commit | d9978602150fe4ecb3c29e343ae22f01a45edc00 (patch) | |
tree | a4629fdfd3a4fb3f937832db41b82040ea307df2 /src | |
parent | refactoring (diff) | |
download | windows-env-d9978602150fe4ecb3c29e343ae22f01a45edc00.tar.gz windows-env-d9978602150fe4ecb3c29e343ae22f01a45edc00.zip |
code style
Diffstat (limited to '')
-rw-r--r-- | src/WindowsEnv.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WindowsEnv.hs b/src/WindowsEnv.hs index e306507..88d3e2a 100644 --- a/src/WindowsEnv.hs +++ b/src/WindowsEnv.hs @@ -9,8 +9,8 @@ -- An empty module to re-export everything required by the packaged -- applications. -module WindowsEnv ( - module WindowsEnv.Environment +module WindowsEnv + ( module WindowsEnv.Environment ) where import WindowsEnv.Environment |