diff --git a/include/spdlog/sinks/tcp_sink.h b/include/spdlog/sinks/tcp_sink.h index 2884d154..3983b539 100644 --- a/include/spdlog/sinks/tcp_sink.h +++ b/include/spdlog/sinks/tcp_sink.h @@ -53,9 +53,7 @@ public: { this->client_.connect(config_.server_host, config_.server_port); } - } - - + } ~tcp_sink() override = default;