Browse Source

Remove spurious semicolon

Knock, Bob 4 tháng trước cách đây
mục cha
commit
e99ec19eb7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/impl/tcptransport.cpp

+ 1 - 1
src/impl/tcptransport.cpp

@@ -470,7 +470,7 @@ void TcpTransport::processConnect(PollService::Event event) {
 		PollService::Instance().remove(mSock);
 		ThreadPool::Instance().enqueue(weak_bind(&TcpTransport::attempt, this));
 	}
-};
+}
 
 } // namespace rtc::impl