bun run clang-format

This commit is contained in:
alii
2025-05-27 21:59:41 +00:00
committed by github-actions[bot]
parent ef203ce9c7
commit 962ef477da

View File

@@ -118,7 +118,7 @@ void MessagePortChannelRegistry::didCloseMessagePort(const MessagePortIdentifier
#endif
MessagePortIdentifier remotePort = channel->port1() == port ? channel->port2() : channel->port1();
if (m_openChannels.get(remotePort)) {
// Notify the remote port about the closure
MessagePort::notifyPortClosed(remotePort);