mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 01:12:12 +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)
|
||||
{
|
||||
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;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user