Skip to content

Commit

Permalink
[fold] clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Jan 9, 2025
1 parent 97cce91 commit 3dcd2a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xrpld/app/tx/detail/Batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ Batch::preflight(PreflightContext const& ctx)
TER
Batch::doApply()
{
// Inner txns are applied in `applyBatchTransactions`, after the outer batch txn is applied
// Inner txns are applied in `applyBatchTransactions`, after the outer batch
// txn is applied
return tesSUCCESS;
}

Expand Down

0 comments on commit 3dcd2a1

Please sign in to comment.