mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
format code
This commit is contained in:
parent
4d780d99f4
commit
42287c0b72
@ -719,7 +719,7 @@ int Server::main(const std::vector<std::string> & /*args*/)
|
||||
});
|
||||
|
||||
/// TCP with SSL
|
||||
create_server ("tcp_port_secure", [&](UInt16 port)
|
||||
create_server("tcp_port_secure", [&](UInt16 port)
|
||||
{
|
||||
#if USE_POCO_NETSSL
|
||||
Poco::Net::SecureServerSocket socket;
|
||||
|
Loading…
Reference in New Issue
Block a user