aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-04-09 14:11:46 -0700
committerCopybara-Service <copybara-worker@google.com>2024-04-09 14:14:33 -0700
commitda04df7c455bb5083755d29f827a5fc7b45226ef (patch)
treeb929c5c526d1daa8c1318c1225e3c35c28858cf7
parent493d8734112399276e57a4b28b3c40fb80b08cde (diff)
downloadgrpc-grpc-da04df7c455bb5083755d29f827a5fc7b45226ef.tar.gz
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
-rw-r--r--test/core/end2end/end2end_test_fuzzer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/end2end_test_fuzzer.h b/test/core/end2end/end2end_test_fuzzer.h
index f80349b8f2..d0bd274aa7 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