cosmetic change.
This commit is contained in:
3
Check.hs
3
Check.hs
@@ -13,8 +13,7 @@ import Types
|
||||
----------------------------------------------------------------
|
||||
|
||||
checkSyntax :: Options -> String -> IO String
|
||||
checkSyntax opt file =
|
||||
unlines <$> check opt file
|
||||
checkSyntax opt file = unlines <$> check opt file
|
||||
|
||||
----------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user