Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Aug 9, 2024
1 parent 776a052 commit d484996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker/src/Worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ flatbuffers::Offset<FBS::Worker::DumpResponse> Worker::FillBuffer(
else
{
return FBS::Worker::CreateDumpResponseDirect(
builder, Logger::Pid, &webRtcServerIds, &routerIds, channelMessageHandlers, );
builder, Logger::Pid, &webRtcServerIds, &routerIds, channelMessageHandlers);
}
#else
return FBS::Worker::CreateDumpResponseDirect(
builder, Logger::Pid, &webRtcServerIds, &routerIds, channelMessageHandlers, );
builder, Logger::Pid, &webRtcServerIds, &routerIds, channelMessageHandlers);
#endif
}

Expand Down

0 comments on commit d484996

Please sign in to comment.