From b6d54bbd0593c08076aa600fa554caec27dd0d75 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Wed, 28 Jan 2026 19:32:14 -0500 Subject: [PATCH] Fix formatting --- src/xrpld/app/tx/detail/InvariantCheck.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/xrpld/app/tx/detail/InvariantCheck.h b/src/xrpld/app/tx/detail/InvariantCheck.h index ae83ba8daa..cdfa528dd9 100644 --- a/src/xrpld/app/tx/detail/InvariantCheck.h +++ b/src/xrpld/app/tx/detail/InvariantCheck.h @@ -687,18 +687,10 @@ class NoEmptyDirectory public: void - visitEntry( - bool, - std::shared_ptr const&, - std::shared_ptr const&); + visitEntry(bool, std::shared_ptr const&, std::shared_ptr const&); bool - finalize( - STTx const&, - TER const, - XRPAmount const, - ReadView const&, - beast::Journal const&); + finalize(STTx const&, TER const, XRPAmount const, ReadView const&, beast::Journal const&); }; // additional invariant checks can be declared above and then added to this