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/FixNtSymbolPath.hs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'apps/FixNtSymbolPath.hs') diff --git a/apps/FixNtSymbolPath.hs b/apps/FixNtSymbolPath.hs index a1b1e9e..a7c3b08 100644 --- a/apps/FixNtSymbolPath.hs +++ b/apps/FixNtSymbolPath.hs @@ -28,12 +28,12 @@ optionParser = Options <$> optYesDesc <*> optGlobalDesc where - optYesDesc = switch $ - long "yes" <> short 'y' <> - help "Skip confirmation prompt" - optGlobalDesc = switch $ - long "global" <> short 'g' <> - help "Set up for all users" + optYesDesc = switch + $ long "yes" <> short 'y' + <> help "Skip confirmation prompt" + optGlobalDesc = switch + $ long "global" <> short 'g' + <> help "Set up for all users" data Dirs = Dirs { pdbsDir :: String -- cgit v1.2.3