diff --git a/src/xrpld/app/tx/detail/Batch.cpp b/src/xrpld/app/tx/detail/Batch.cpp index 327b104da5b..31f92b0f66b 100644 --- a/src/xrpld/app/tx/detail/Batch.cpp +++ b/src/xrpld/app/tx/detail/Batch.cpp @@ -146,10 +146,10 @@ Batch::preflight(PreflightContext const& ctx) ctx.app, ctx.rules, parentBatchId, stx, tapBATCH, ctx.j); preflightResult.ter != tesSUCCESS) { - JLOG(ctx.j.trace()) << "BatchTrace[" << parentBatchId << "]: " - << "inner txn preflight failed: " - << preflightResult.ter << " " - << "txID: " << hash; + JLOG(ctx.j.trace()) + << "BatchTrace[" << parentBatchId << "]: " + << "inner txn preflight failed: " << preflightResult.ter << " " + << "txID: " << hash; return temINVALID_INNER_BATCH; }