From eaf86fb15b2210d4d4dbd4b0d86ef05f1de1d1a1 Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Fri, 8 Dec 2023 18:14:02 -0800 Subject: [PATCH] Remove extra semi colon from proxygen/facebook/httpclient/ssl/Root.h Summary: `-Wextra-semi` or `-Wextra-semi-stmt` If the code compiles, this is safe to land. Reviewed By: palmje Differential Revision: D51995057 fbshipit-source-id: 05f58f760d946b85ab5e4c364cbb32262fdc3113 --- proxygen/httpserver/samples/hq/FizzContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxygen/httpserver/samples/hq/FizzContext.cpp b/proxygen/httpserver/samples/hq/FizzContext.cpp index 2eac49e864..79404d9174 100644 --- a/proxygen/httpserver/samples/hq/FizzContext.cpp +++ b/proxygen/httpserver/samples/hq/FizzContext.cpp @@ -138,7 +138,7 @@ MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQg/NeWSkmQEmaO2f0T VnFqMCnjdeFhc/LA6rx3ALn2jfDj9jQR0QGRouFA7NbYZFx7Uj3HOw0/ -----END PRIVATE KEY----- )"; -}; // namespace +} // namespace namespace quic::samples { FizzServerContextPtr createFizzServerContext(const HQServerParams& params) {