Skip to content

Commit

Permalink
fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohailin committed Jul 4, 2024
1 parent 028bb1b commit ffe7f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker/src/Channel/ChannelRequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Channel
{
/* Static variables. */

thread_local flatbuffers::FlatBufferBuilder ChannelRequest::bufferBuilder{};
thread_local flatbuffers::FlatBufferBuilder ChannelRequest::bufferBuilder{};

/* Class variables. */

Expand Down Expand Up @@ -87,7 +87,7 @@ namespace Channel
{ FBS::Request::Method::RTPOBSERVER_REMOVE_PRODUCER, "rtpObserver.removeProducer" },
};
// clang-format on

/* Instance methods. */

/**
Expand Down

0 comments on commit ffe7f9d

Please sign in to comment.