Skip to content

Commit fcfa90a

Browse files
committed
format
1 parent 6dfddc0 commit fcfa90a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compiler/core/js_cmj_format.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ let query_by_name (cmj_table : t) name : keyed_cmj_value =
167167
binary_search values name
168168

169169
let has_hoisted_value (cmj_table : t) name =
170-
Array.exists (fun hoisted_name -> Ext_string.equal hoisted_name name)
170+
Array.exists
171+
(fun hoisted_name -> Ext_string.equal hoisted_name name)
171172
cmj_table.hoisted_values
172173

173174
type path = string

0 commit comments

Comments
 (0)