Skip to content

Commit

Permalink
Remove extra semi colon from privacy/enforcer/utils/PolicyEnforcerGlo…
Browse files Browse the repository at this point in the history
…balConfig.h

Summary:
`-Wextra-semi` or `-Wextra-semi-stmt`

If the code compiles, this is safe to land.

Reviewed By: palmje

Differential Revision: D54362219

fbshipit-source-id: 70c9403e5faf25788e5057d4abec1bbe87de73ec
  • Loading branch information
r-barnes authored and facebook-github-bot committed Mar 19, 2024
1 parent db68ea0 commit 4b03b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quic/server/QuicServerWorker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void QuicServerWorker::bind(
case SetEventCallback::RECVMSG_MULTISHOT:
socket_->setRecvmsgMultishotCallback(this);
break;
};
}
// TODO this totally doesn't work, we can't apply socket options before
// bind, since bind creates the fd.
if (socketOptions_) {
Expand Down

0 comments on commit 4b03b63

Please sign in to comment.