style: clang-tidy auto fixes (#2651)

Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-09-29 18:11:02 +02:00
committed by GitHub
parent 9fb26d77ed
commit c26df5e1fb

View File

@@ -20,10 +20,14 @@
#include "util/CassandraDBHelper.hpp"
#include "data/cassandra/Handle.hpp"
#include "data/cassandra/Types.hpp"
#include "data/cassandra/impl/Result.hpp"
#include <fmt/format.h>
#include <cstdint>
#include <string>
data::cassandra::ResultOrError
writeTxFromCSVString(std::string const& space, std::string const& record, data::cassandra::Handle const& handler)
{