Fix pre-commit and clang-tidy issues using tools

Agent-Logs-Url: https://github.com/XRPLF/rippled/sessions/e5845adb-dc3f-46cf-8461-0ea7855be1cf

Co-authored-by: mvadari <8029314+mvadari@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-24 15:38:40 +00:00
committed by GitHub
parent 3a70d9dfba
commit 193ddcbfac
3 changed files with 3 additions and 3 deletions

View File

@@ -198,8 +198,8 @@ public:
std::filesystem::remove_all(name_, fsec);
if (fsec)
{
JLOG(j_.fatal())
<< "Filesystem remove_all of " << name_ << " failed with: " << fsec.message();
JLOG(j_.fatal()) << "Filesystem remove_all of " << name_
<< " failed with: " << fsec.message();
}
}
}

View File

@@ -8,7 +8,6 @@
#include <xrpl/nodestore/Scheduler.h>
#include <xrpl/nodestore/Types.h>
#include <rocksdb/advanced_options.h>
#include <rocksdb/cache.h>
#include <rocksdb/compression_type.h>

View File

@@ -30,6 +30,7 @@
#include <filesystem>
#include <functional>
#include <iomanip>
#include <ios>
#include <limits>
#include <memory>
#include <mutex>