Skip to content

Commit

Permalink
worker: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed May 21, 2024
1 parent 0c15f42 commit 8902239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/workerChannel/include/workerChannel.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include "DepLibUV.hpp" // mediasoup header file.
#include "common.hpp" // mediasoup header file.
#include "DepLibUV.hpp" // mediasoup header file.
#include "lib.hpp" // mediasoup header file.
#include <napi.h>
#include <deque>
#include <mutex>
#include <napi.h>
#include <thread>

class WorkerChannel : public Napi::ObjectWrap<WorkerChannel>
Expand Down

0 comments on commit 8902239

Please sign in to comment.