Update tcp_sink.h

This commit is contained in:
Gabi Melman 2020-03-13 01:38:10 +02:00 committed by GitHub
parent ffa85cda1a
commit e41a258b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,9 +53,7 @@ public:
{
this->client_.connect(config_.server_host, config_.server_port);
}
}
}
~tcp_sink() override = default;