From c52c0aeff2842038ef0f8eabb2cc9ac00453115b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 15 Feb 2014 14:30:00 -0500 Subject: [PATCH] Whitespace cleanup in CommandLine. --- src/CommandLine.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CommandLine.hs b/src/CommandLine.hs index ad60c9f..0266339 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -15,12 +15,12 @@ import System.Console.CmdArgs ( help, program, summary, - typFile) + typFile ) -- Get the version from Cabal. -import Paths_email_validator (version) -import Data.Version (showVersion) +import Paths_email_validator ( version ) +import Data.Version ( showVersion ) -- We optionally accept input/output files to use instead of -- 2.43.2