Skip to content

Commit 5ccae4a

Browse files
committed
chore: Run formatter
1 parent d64e575 commit 5ccae4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/expression.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,7 @@ module Binary = struct
664664
end
665665

666666
module Select = struct
667-
external make : Module.t -> t -> t -> t -> t
668-
= "caml_binaryen_select"
667+
external make : Module.t -> t -> t -> t -> t = "caml_binaryen_select"
669668

670669
(** Module, condition, true branch, false branch. *)
671670
let make wasm_mod cond tru fals = make wasm_mod cond tru fals

0 commit comments

Comments
 (0)