Fix style

This commit is contained in:
Ivan 2019-02-01 17:22:27 +03:00 committed by GitHub
parent d846c0a9a6
commit e22a271034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1058,7 +1058,9 @@ private:
if (interrupt_listener.check())
{
cancelQuery();
} else {
}
else
{
double elapsed = watch.elapsedSeconds();
if (elapsed > receive_timeout.totalSeconds())
{