Remove empty code line

This commit is contained in:
Gabi Melman 2021-09-05 16:59:12 +03:00 committed by GitHub
parent c0d10efabf
commit dd10e41b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,6 @@ class udp_sink : public spdlog::sinks::base_sink<Mutex>
{ {
public: public:
// host can be hostname or ip address // host can be hostname or ip address
explicit udp_sink(udp_sink_config sink_config) explicit udp_sink(udp_sink_config sink_config)
: client_{sink_config.server_host, sink_config.server_port} : client_{sink_config.server_host, sink_config.server_port}
{} {}