mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-07 18:56:41 +00:00
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:
committed by
GitHub
parent
e16a9510f1
commit
d6ae890f83
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user