Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sota Sato committed Feb 22, 2024
1 parent a0de7a6 commit abe5ce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/gen_mlw.ml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ module Generator (D : Desc) = struct
call_ctx_wf @@ E.var_of_binder ctx;
call_step_wf @@ E.var_of_binder st;
call_param_wf_of contract @@ E.var_of_binder gparam;
call_pre_of contract (E.var_of_binder st) (E.var_of_binder gparam) (E.var_of_binder ctx);
call_pre_of contract (E.var_of_binder st) (E.var_of_binder gparam)
(E.var_of_binder ctx);
];
sp_post =
[
Expand Down

0 comments on commit abe5ce8

Please sign in to comment.