Skip to content

Commit 9cb4d25

Browse files
committed
Format
1 parent 87d4877 commit 9cb4d25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/analysis/typed_hole.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ let is_a_hole = function
1414
| (_, Browse_raw.Module_expr { mod_desc = Tmod_typed_hole; _ }) :: (_, _) :: _
1515
| (_, Browse_raw.Expression { exp_desc = Texp_typed_hole; _ }) :: _ -> true
1616
| [] | (_, _) :: _ -> false
17-
;;

0 commit comments

Comments
 (0)