From fc5ed9ff90979c077fad5cc6b6f06c6487667777 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 20 Aug 2016 17:55:37 +0300 Subject: code style --- apps/UnsetEnv.hs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'apps/UnsetEnv.hs') diff --git a/apps/UnsetEnv.hs b/apps/UnsetEnv.hs index e08c95a..4fd6ccb 100644 --- a/apps/UnsetEnv.hs +++ b/apps/UnsetEnv.hs @@ -26,15 +26,15 @@ optionParser = Options <*> optGlobalDesc <*> optNameDesc where - optYesDesc = switch $ - long "yes" <> short 'y' <> - help "Skip confirmation prompt" - optGlobalDesc = switch $ - long "global" <> short 'g' <> - help "Unset for all users" - optNameDesc = argument str $ - metavar "NAME" <> - help "Variable name" + optYesDesc = switch + $ long "yes" <> short 'y' + <> help "Skip confirmation prompt" + optGlobalDesc = switch + $ long "global" <> short 'g' + <> help "Unset for all users" + optNameDesc = argument str + $ metavar "NAME" + <> help "Variable name" main :: IO () main = execParser parser >>= unsetEnv -- cgit v1.2.3