mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix style
This commit is contained in:
parent
d846c0a9a6
commit
e22a271034
@ -1058,7 +1058,9 @@ private:
|
||||
if (interrupt_listener.check())
|
||||
{
|
||||
cancelQuery();
|
||||
} else {
|
||||
}
|
||||
else
|
||||
{
|
||||
double elapsed = watch.elapsedSeconds();
|
||||
if (elapsed > receive_timeout.totalSeconds())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user