Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 17, 2024
1 parent 4a2374a commit faeebb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ext/transport/chaotic_good/client_transport.cc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ auto ChaoticGoodClientTransport::TransportReadLoop() {
}

auto ChaoticGoodClientTransport::OnTransportActivityDone() {
return [this](absl::Status status) { AbortWithError(); };
return [this](absl::Status) { AbortWithError(); };
}

ChaoticGoodClientTransport::ChaoticGoodClientTransport(
Expand Down
1 change: 1 addition & 0 deletions test/core/transport/test_suite/grpc_transport_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def grpc_transport_test(name, deps):
grpc_proto_fuzzer(
name = name + "_fuzzer",
srcs = ["fuzzer_main.cc"],
tags = ["no_windows"],
deps = [
":test",
":fuzzer",
Expand Down

0 comments on commit faeebb4

Please sign in to comment.