Skip to content

Commit 830a9c0

Browse files
committed
fix node_api.cc formatting
1 parent 722dbc5 commit 830a9c0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/node_api.cc

+5-6
Original file line numberDiff line numberDiff line change
@@ -626,12 +626,11 @@ static void napi_module_register_cb(v8::Local<v8::Object> exports,
626626
v8::Local<v8::Context> context,
627627
void* priv) {
628628
const napi_module* napi_mod = static_cast<const napi_module*>(priv);
629-
napi_module_register_by_symbol(
630-
exports,
631-
module,
632-
context,
633-
napi_mod->nm_register_func,
634-
NAPI_DEFAULT_MODULE_API_VERSION);
629+
napi_module_register_by_symbol(exports,
630+
module,
631+
context,
632+
napi_mod->nm_register_func,
633+
NAPI_DEFAULT_MODULE_API_VERSION);
635634
}
636635

637636
void napi_module_register_by_symbol(v8::Local<v8::Object> exports,

0 commit comments

Comments
 (0)