Skip to content

Commit cd218ce

Browse files
committed
Format
1 parent 7718d6b commit cd218ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compiler/bsc/rescript_compiler_main.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
256256
Js_config.jsx_module := Js_config.jsx_module_of_string i;
257257
if is_generic then Js_config.jsx_version := Some Jsx_v4),
258258
"*internal* Set jsx module" );
259-
("-bs-jsx-mode", string_call ignore, "*internal* Set jsx mode, this is no longer used and is a no-op.");
259+
( "-bs-jsx-mode",
260+
string_call ignore,
261+
"*internal* Set jsx mode, this is no longer used and is a no-op." );
260262
( "-bs-package-output",
261263
string_call Js_packages_state.update_npm_package_path,
262264
"*internal* Set npm-output-path: [opt_module]:path, for example: \

0 commit comments

Comments
 (0)