Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Nov 9, 2020
1 parent a49c867 commit 41825d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tdnet/td/net/TcpListener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@

namespace td {



TcpListener::TcpListener(int port, ActorShared<Callback> callback, Slice server_address) :
port_(port), callback_(std::move(callback)), server_address_(server_address.str()) {
TcpListener::TcpListener(int port, ActorShared<Callback> callback, Slice server_address)
: port_(port), callback_(std::move(callback)), server_address_(server_address.str()) {
}

void TcpListener::hangup() {
Expand Down

0 comments on commit 41825d5

Please sign in to comment.