mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 01:41:59 +00:00
style check
This commit is contained in:
parent
95d2991166
commit
568e25889b
@ -48,7 +48,8 @@ void CancellationChecker::cancelTask(std::shared_ptr<QueryStatus> query, CancelR
|
|||||||
|
|
||||||
bool CancellationChecker::removeQueryFromSet(std::shared_ptr<QueryStatus> query)
|
bool CancellationChecker::removeQueryFromSet(std::shared_ptr<QueryStatus> query)
|
||||||
{
|
{
|
||||||
auto it = std::find_if(querySet.begin(), querySet.end(), [&](const QueryToTrack& task) {
|
auto it = std::find_if(querySet.begin(), querySet.end(), [&](const QueryToTrack& task)
|
||||||
|
{
|
||||||
return task.query == query;
|
return task.query == query;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user