remove whitespace to pass style check

This commit is contained in:
save-my-heart 2022-01-26 23:05:07 +08:00
parent 62ba4833df
commit cc3cbc6503

View File

@ -286,7 +286,7 @@ private:
if (thread_ptr)
{
query_id = thread_ptr->getQueryId().toString();
if (auto thread_group = thread_ptr->getThreadGroup())
{
query = thread_group->query;