cosmetic change.

This commit is contained in:
Kazu Yamamoto
2012-02-14 16:19:48 +09:00
parent 416c901188
commit 1f4f7d768a
2 changed files with 3 additions and 4 deletions

View File

@@ -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
----------------------------------------------------------------