Update ClientBaseHelpers.cpp

This commit is contained in:
Alexey Milovidov 2024-11-07 22:40:21 +01:00 committed by GitHub
parent e6f58a2b1f
commit 1e87298a1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,9 +155,6 @@ void highlight(const String & query, std::vector<replxx::Replxx::Color> & colors
while (token_iterator->type == TokenType::Semicolon)
++token_iterator;
if (token_iterator->isEnd())
break;
}
}
catch (...)