Skip to content

Commit

Permalink
Merge pull request #89 from eugeneo/create-pull-request/patch-faff6fd
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/tasks/ads-delay
  • Loading branch information
eugeneo authored Dec 27, 2023
2 parents faff6fd + d8181d2 commit e298325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/core/xds/xds_transport_fake.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ class FakeXdsTransportFactory : public XdsTransportFactory {
std::function<void()> too_many_pending_reads_callback_;
};

FakeXdsTransportFactory(std::function<void()> too_many_pending_reads_callback)
explicit FakeXdsTransportFactory(
std::function<void()> too_many_pending_reads_callback)
: too_many_pending_reads_callback_(
std::move(too_many_pending_reads_callback)) {}

Expand Down

0 comments on commit e298325

Please sign in to comment.