style check fix

This commit is contained in:
Krzysztof Góralski 2022-10-31 10:37:31 +01:00 committed by Krzysztof Góralski
parent e2f35a01de
commit f019c6b4a1

View File

@ -592,7 +592,7 @@ void AsynchronousInsertQueue::finishWithException(
{
ProfileEvents::increment(ProfileEvents::FailedAsyncInsertQuery, entries.size());
tryLogCurrentException("AsynchronousInsertQueue", fmt::format("Failed insertion for query '{}'", queryToString(query)));
for (const auto & entry : entries)
{
if (!entry->isFinished())