Skip to content

Commit 0ad5ca4

Browse files
formatting changes
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
1 parent 105a9f1 commit 0ad5ca4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/xrpld/app/consensus/RCLConsensus.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,7 @@ RCLConsensus::Adaptor::onClose(
281281
{
282282
XRPL_TRACE_CONSENSUS(app_.getTelemetry(), "consensus.ledger_close");
283283
XRPL_TRACE_SET_ATTR(
284-
"xrpl.consensus.ledger.seq",
285-
static_cast<int64_t>(ledger.ledger_->header().seq + 1));
284+
"xrpl.consensus.ledger.seq", static_cast<int64_t>(ledger.ledger_->header().seq + 1));
286285
XRPL_TRACE_SET_ATTR(
287286
"xrpl.consensus.mode",
288287
(mode == ConsensusMode::proposing
@@ -400,8 +399,7 @@ RCLConsensus::Adaptor::onAccept(
400399
XRPL_TRACE_CONSENSUS(app_.getTelemetry(), "consensus.accept");
401400
XRPL_TRACE_SET_ATTR("xrpl.consensus.proposers", static_cast<int64_t>(result.proposers));
402401
XRPL_TRACE_SET_ATTR(
403-
"xrpl.consensus.round_time_ms",
404-
static_cast<int64_t>(result.roundTime.read().count()));
402+
"xrpl.consensus.round_time_ms", static_cast<int64_t>(result.roundTime.read().count()));
405403

406404
app_.getJobQueue().addJob(
407405
jtACCEPT, "AcceptLedger", [=, this, cj = std::move(consensusJson)]() mutable {

0 commit comments

Comments
 (0)