style: clang-tidy auto fixes (#1546)

Fixes #1545. Please review and commit clang-tidy fixes.

Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-07-16 10:49:07 +01:00
committed by GitHub
parent e16a9510f1
commit d6ae890f83
5 changed files with 3 additions and 8 deletions

View File

@@ -576,9 +576,8 @@ public:
if (auto const result = res->template get<Blob, std::uint32_t>(); result) {
auto [_ ,seq] = result.value();
return seq;
} else {
LOG(log_.debug()) << "Could not fetch ledger object sequence - no rows";
}
} LOG(log_.debug()) << "Could not fetch ledger object sequence - no rows";
} else {
LOG(log_.error()) << "Could not fetch ledger object sequence: " << res.error();
}