Skip to content

Commit 6cea493

Browse files
committed
src: fix formatting of handle_wrap.cc
Signed-off-by: Matteo Collina <[email protected]>
1 parent 216a123 commit 6cea493

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/handle_wrap.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,9 @@ void HandleWrap::OnClose(uv_handle_t* handle) {
149149
wrap->handle_wrap_queue_.Remove();
150150

151151
if (!wrap->persistent().IsEmpty() &&
152-
wrap->object()->Has(env->context(), env->handle_onclose_symbol())
153-
.FromMaybe(false)) {
152+
wrap->object()
153+
->Has(env->context(), env->handle_onclose_symbol())
154+
.FromMaybe(false)) {
154155
wrap->MakeCallback(env->handle_onclose_symbol(), 0, nullptr);
155156
}
156157
}

0 commit comments

Comments
 (0)