Fix style

This commit is contained in:
Kruglov Pavel 2024-08-15 23:17:10 +02:00 committed by GitHub
parent bf44d17eb8
commit 182c00eba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1726,7 +1726,7 @@ private:
} }
} }
else if (!dynamic_node->insertResultToColumn(*dynamic_it->second, element, insert_settings, format_settings, error)) else if (!dynamic_node->insertResultToColumn(*dynamic_it->second, element, insert_settings, format_settings, error))
{ {
error += fmt::format(" (while reading path {})", current_path); error += fmt::format(" (while reading path {})", current_path);
return false; return false;
} }