fix clang-tidy

This commit is contained in:
Anton Popov 2022-10-04 23:50:14 +00:00
parent 121ef74b17
commit e9928fd703

View File

@ -501,7 +501,8 @@ try
elem.query = key.query;
elem.query_id = entry->query_id;
elem.bytes = entry->bytes.size();
elem.exception = std::move(current_exception);
elem.exception = current_exception;
current_exception.clear();
/// If there was a parsing error,
/// the entry won't be flushed anyway,