From 9a15b22de1d4d63df3d6e41e0983c42473e82b8c Mon Sep 17 00:00:00 2001 From: ctiller <10120821+ctiller@users.noreply.github.com> Date: Sat, 27 Jul 2024 15:46:23 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- src/core/lib/promise/party.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/lib/promise/party.cc b/src/core/lib/promise/party.cc index b951e4d66ec..c8bde2d198f 100644 --- a/src/core/lib/promise/party.cc +++ b/src/core/lib/promise/party.cc @@ -78,7 +78,7 @@ class Party::Handle final : public Wakeable { } void WakeupGeneric(WakeupMask wakeup_mask, - void (Party::* wakeup_method)(WakeupMask)) + void (Party::*wakeup_method)(WakeupMask)) ABSL_LOCKS_EXCLUDED(mu_) { mu_.Lock(); // Note that activity refcount can drop to zero, but we could win the lock