Skip to content

Commit 042434f

Browse files
danbevBethGriggs
authored andcommitted
src: fix indenting of wrap->EmitTraceEventBefore
PR-URL: #19340 Reviewed-By: James M Snell <[email protected]>
1 parent 3ad10e5 commit 042434f

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
@@ -338,7 +338,7 @@ static void PromiseHook(PromiseHookType type, Local<Promise> promise,
338338
if (type == PromiseHookType::kBefore) {
339339
env->async_hooks()->push_async_ids(
340340
wrap->get_async_id(), wrap->get_trigger_async_id());
341-
wrap->EmitTraceEventBefore();
341+
wrap->EmitTraceEventBefore();
342342
AsyncWrap::EmitBefore(wrap->env(), wrap->get_async_id());
343343
} else if (type == PromiseHookType::kAfter) {
344344
wrap->EmitTraceEventAfter();

0 commit comments

Comments
 (0)