Skip to content

Commit 126a161

Browse files
danbevMylesBorins
authored andcommitted
src: fix indenting of wrap->EmitTraceEventBefore
PR-URL: #19340 Reviewed-By: James M Snell <[email protected]>
1 parent 03fb817 commit 126a161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/async_wrap.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ static void PromiseHook(PromiseHookType type, Local<Promise> promise,
314314
if (type == PromiseHookType::kBefore) {
315315
env->async_hooks()->push_async_ids(
316316
wrap->get_async_id(), wrap->get_trigger_async_id());
317-
wrap->EmitTraceEventBefore();
317+
wrap->EmitTraceEventBefore();
318318
AsyncWrap::EmitBefore(wrap->env(), wrap->get_async_id());
319319
} else if (type == PromiseHookType::kAfter) {
320320
wrap->EmitTraceEventAfter();

0 commit comments

Comments
 (0)