Skip to content

Commit

Permalink
removing uneeded preprocessor and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
travgm committed Nov 14, 2024
1 parent 346c882 commit f0eb635
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Main.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE LambdaCase #-}
-----------------------------------------------------------------------------
-- |
-- Copyright : (c) Travis Montoya 2024
Expand Down Expand Up @@ -62,7 +61,6 @@ parser = versionCmd <|> runCmd
<> help "Show version information"
)


runCmd :: Parser Command
runCmd =
Run
Expand Down

0 comments on commit f0eb635

Please sign in to comment.