Skip to content

Commit 7b9670f

Browse files
committed
Check pre-commit excludes files
1 parent 6b75252 commit 7b9670f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
foo :: Int -> String-> IO ()
2+
23
foo x y = do print x
3-
return 42
4+
return 42

0 commit comments

Comments
 (0)