mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
fixed style check
This commit is contained in:
parent
0f3ec94ebd
commit
3ea33600a0
@ -201,7 +201,8 @@ void MySQLHandler::comQuery(String payload)
|
||||
|
||||
LOG_TRACE(log, "Sent columns definitions.");
|
||||
|
||||
if (!(capabilities & Capability::CLIENT_DEPRECATE_EOF)) {
|
||||
if (!(capabilities & Capability::CLIENT_DEPRECATE_EOF))
|
||||
{
|
||||
packet_sender.sendPacket(EOF_Packet(0, 0));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user