Skip to content

Commit

Permalink
Remove extra semi colon from proxygen/facebook/httpclient/ssl/Root.h
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-barnes authored and facebook-github-bot committed Dec 9, 2023
1 parent 8a315dd commit eaf86fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxygen/httpserver/samples/hq/FizzContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQg/NeWSkmQEmaO2f0T
VnFqMCnjdeFhc/LA6rx3ALn2jfDj9jQR0QGRouFA7NbYZFx7Uj3HOw0/
-----END PRIVATE KEY-----
)";
}; // namespace
} // namespace

namespace quic::samples {
FizzServerContextPtr createFizzServerContext(const HQServerParams& params) {
Expand Down

0 comments on commit eaf86fb

Please sign in to comment.