From 587fe993a2d1aa77753d5653b3cfa07d0e089a06 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Sat, 1 Feb 2025 09:09:24 +0100 Subject: [PATCH] [fold] clang-format --- src/ripple/app/tx/impl/Remit.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ripple/app/tx/impl/Remit.cpp b/src/ripple/app/tx/impl/Remit.cpp index ca2db5b47..33d8a4c6f 100644 --- a/src/ripple/app/tx/impl/Remit.cpp +++ b/src/ripple/app/tx/impl/Remit.cpp @@ -319,8 +319,7 @@ Remit::doApply() std::uint32_t const seqno{ sb.rules().enabled(featureXahauGenesis) ? sb.info().parentCloseTime.time_since_epoch().count() - : sb.rules().enabled(featureDeletableAccounts) ? sb.seq() - : 1}; + : sb.rules().enabled(featureDeletableAccounts) ? sb.seq() : 1}; sleDstAcc = std::make_shared(keylet::account(dstAccID)); sleDstAcc->setAccountID(sfAccount, dstAccID);