Skip to content

Commit 07cfdb0

Browse files
committed
format
1 parent 5abb635 commit 07cfdb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/CCFun.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ let[@inline] and_pred f g x = f x && g x
1212
let[@inline] or_pred f g x = f x || g x
1313
let[@inline] compose f g x = g (f x)
1414
let[@inline] compose_binop f g x y = g (f x) (f y)
15-
1615
let[@inline] curry f x y = f (x, y)
1716
let[@inline] uncurry f (x, y) = f x y
1817

0 commit comments

Comments
 (0)