Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Nov 29, 2024
1 parent 5f8fcc9 commit e87e922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Main.hs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module Main (main) where

import qualified Data.Version as V
import qualified Data.Version as V
import Options.Applicative
import P
import qualified Paths_apple as P
import qualified Paths_apple as P

fp :: Parser FilePath
fp = argument str
Expand Down

0 comments on commit e87e922

Please sign in to comment.