Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Sep 10, 2024
1 parent d9a01a3 commit 3be29c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/core/xds/xds_transport_fake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ void FakeXdsTransportFactory::FakeStreamingCall::StartRecvMessage() {
// Dispatch pending message (if there's one) on a separate thread to avoid
// recursion
event_engine_->Run([call = RefAsSubclass<FakeStreamingCall>()]() {
call->MaybeDeliverMessageToClient();
});
call->MaybeDeliverMessageToClient();
});
}
}

Expand Down Expand Up @@ -235,8 +235,7 @@ void FakeXdsTransportFactory::FakeXdsTransport::Orphaned() {
}

RefCountedPtr<FakeXdsTransportFactory::FakeStreamingCall>
FakeXdsTransportFactory::FakeXdsTransport::WaitForStream(
const char* method) {
FakeXdsTransportFactory::FakeXdsTransport::WaitForStream(const char* method) {
while (true) {
event_engine_->Tick();
MutexLock lock(&mu_);
Expand Down

0 comments on commit 3be29c1

Please sign in to comment.