Skip to content

Commit

Permalink
fix: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Jun 18, 2023
1 parent ec0527f commit 7c24cf0
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
Expand Up @@ -4,5 +4,5 @@ import MyLib qualified (someFunc)

main :: IO ()
main = do
putStrLn "Hello, Haskell!"
MyLib.someFunc
putStrLn "Hello, Haskell!"
MyLib.someFunc

0 comments on commit 7c24cf0

Please sign in to comment.