Skip to content

Commit

Permalink
Merge pull request #2557 from ctiller/create-pull-request/patch-685be26
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/rubble
  • Loading branch information
ctiller authored Jan 29, 2025
2 parents 685be26 + 0bc2928 commit 9eae1c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7950,13 +7950,13 @@ grpc_cc_library(
deps = [
"1999",
"chaotic_good_frame",
"inter_activity_pipe",
"map",
"chaotic_good_frame_header",
"event_engine_context",
"event_engine_tcp_socket_utils",
"grpc_promise_endpoint",
"inter_activity_pipe",
"loop",
"map",
"match_promise",
"mpsc",
"pipe",
Expand Down
2 changes: 1 addition & 1 deletion test/core/transport/chaotic_good/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_proto_library", "grpc_cc_test", "grpc_internal_proto_library", "grpc_package")
load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_package")
load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzz_test")

licenses(["notice"])
Expand Down

0 comments on commit 9eae1c3

Please sign in to comment.