mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 07:30:30 +00:00
clang format
This commit is contained in:
@@ -507,8 +507,9 @@ LedgerHistory::validatedLedger(
|
||||
mismatch = MismatchInputs{
|
||||
.built = entry.built.value(),
|
||||
.builtConsensusHash = entry.builtConsensusHash,
|
||||
.consensus = entry.consensus.value()}; // NOLINT(bugprone-unchecked-optional-access)
|
||||
// consensus always emplaced with built
|
||||
.consensus =
|
||||
entry.consensus.value()}; // NOLINT(bugprone-unchecked-optional-access)
|
||||
// consensus always emplaced with built
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user