mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
refactor: Enable remaining clang-tidy cppcoreguidelines checks (#6538)
This commit is contained in:
@@ -54,7 +54,7 @@ initStateDB(soci::session& session, BasicConfig const& config, std::string const
|
||||
LedgerIndex
|
||||
getCanDelete(soci::session& session)
|
||||
{
|
||||
LedgerIndex seq;
|
||||
LedgerIndex seq = 0;
|
||||
session << "SELECT CanDeleteSeq FROM CanDelete WHERE Key = 1;", soci::into(seq);
|
||||
;
|
||||
return seq;
|
||||
|
||||
Reference in New Issue
Block a user