Skip to content

Commit 7bbf7ce

Browse files
committed
Fix shexp eval
1 parent f622052 commit 7bbf7ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_py_fun.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ let ocamlformat =
788788
"-";
789789
]
790790

791-
let print_caml_source s = S.eval @@ S.Infix.(S.echo s |- ocamlformat)
791+
let print_caml_source s = S.eval S.Infix.(S.echo s |- ocamlformat)
792792

793793
let%expect_test _ =
794794
let val_spec =

0 commit comments

Comments
 (0)