Skip to content

Commit

Permalink
Remove brittany pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 29, 2025
1 parent 5c55133 commit a21f936
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@ data Options = Options
, formatOptions :: FormatOptions
}

-- brittany-disable-next-binding

options :: Parser Options
options =
Options
<$> switch (long "version" <> help "Show version")
<*> formatOptions

-- brittany-disable-next-binding

formatOptions :: Parser FormatOptions
formatOptions =
FormatOptions
Expand Down

0 comments on commit a21f936

Please sign in to comment.