Skip to content

Commit 6d5c459

Browse files
committed
format
1 parent 4abb109 commit 6d5c459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/frontend/ast_exp_extension.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ open Ast_helper
2626
let handle_extension e (self : Bs_ast_mapper.mapper)
2727
(({txt; loc}, payload) : Parsetree.extension) =
2828
match txt with
29-
| "ffi" -> Ast_exp_handle_external.handle_ffi ~loc ~payload
29+
| "ffi" -> Ast_exp_handle_external.handle_ffi ~loc ~payload
3030
| "bs.raw" | "raw" ->
3131
Ast_exp_handle_external.handle_raw ~kind:Raw_exp loc payload
3232
| "bs.re" | "re" ->

0 commit comments

Comments
 (0)