Skip to content

Commit 4421faf

Browse files
openwebf-botandycall
authored andcommitted
Committing clang-format changes
1 parent 4d74a9d commit 4421faf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bridge/core/dom/events/event_target.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,8 @@ NativeValue EventTarget::HandleDispatchEventFromDart(int32_t argc, const NativeV
395395
auto dart_object_finalize_callback = [](void* isolate_callback_data, void* peer) {
396396
auto* wire = (DartWireContext*)(peer);
397397

398-
if (wire->disposed) return;
398+
if (wire->disposed)
399+
return;
399400

400401
wire->dispatcher->PostToJs(
401402
wire->is_dedicated, wire->context_id,

0 commit comments

Comments
 (0)