Skip to content

Commit 18dc7ff

Browse files
committed
formatter complained
1 parent 05b1dbd commit 18dc7ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node_contextify.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,8 @@ void ContextifyContext::PropertySetterCallback(
537537
Environment* env = Environment::GetCurrent(context);
538538
Local<Object> desc_obj = desc.As<Object>();
539539

540-
// We have to specify the return value for any contextual or get/set property
540+
// We have to specify the return value for any contextual or get/set
541+
// property
541542
if (desc_obj->HasOwnProperty(context, env->get_string()).FromJust() ||
542543
desc_obj->HasOwnProperty(context, env->set_string()).FromJust())
543544
args.GetReturnValue().Set(value);

0 commit comments

Comments
 (0)