From da04df7c455bb5083755d29f827a5fc7b45226ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:11:46 -0700 Subject: [PATCH] Automated fix for refs/heads/master (#36309) PanCakes to the rescue! We noticed that our 'sanity' test was going to fail, but we think we can fix that automatically, so we put together this PR to do just that! If you'd like to opt-out of these PR's, add yourself to NO_AUTOFIX_USERS in .github/workflows/pr-auto-fix.yaml Closes #36309 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36309 from grpc:create-pull-request/patch-4feb98e f76f2493ab6fad8cc8e4f2ec3b27f16edec7ce71 PiperOrigin-RevId: 623277186 --- test/core/end2end/end2end_test_fuzzer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/end2end/end2end_test_fuzzer.h b/test/core/end2end/end2end_test_fuzzer.h index f80349b8f21..d0bd274aa77 100644 --- a/test/core/end2end/end2end_test_fuzzer.h +++ b/test/core/end2end/end2end_test_fuzzer.h @@ -21,4 +21,4 @@ namespace grpc_core { void RunEnd2endFuzzer(const core_end2end_test_fuzzer::Msg& msg); } -#endif +#endif // GRPC_TEST_CORE_END2END_END2END_TEST_FUZZER_H