Skip to content

Commit

Permalink
Daily arc lint --take CLANGFORMAT
Browse files Browse the repository at this point in the history
Reviewed By: ivanmurashko

Differential Revision: D49822662

fbshipit-source-id: f943169f8d293ab518746d11776923c0bd844110
  • Loading branch information
generatedunixname89002005325676 authored and facebook-github-bot committed Oct 2, 2023
1 parent 13cdd31 commit 04b0fb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions quic/common/QuicAsyncUDPSocketImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ void QuicAsyncUDPSocketImpl::detachEventBase() {
LOG(INFO) << __func__;
}

void QuicAsyncUDPSocketImpl::setCmsgs(
const folly::SocketCmsgMap& /* cmsgs */) {
void QuicAsyncUDPSocketImpl::setCmsgs(const folly::SocketCmsgMap& /* cmsgs */) {
throw std::runtime_error("setCmsgs is not implemented.");
}

Expand Down

0 comments on commit 04b0fb5

Please sign in to comment.