From 28f3d16ff129462eef4116d06938621c5409111f Mon Sep 17 00:00:00 2001 From: JCW Date: Thu, 23 Oct 2025 11:06:58 +0100 Subject: [PATCH] Fix formatting Signed-off-by: JCW --- src/xrpld/consensus/Validations.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/xrpld/consensus/Validations.h b/src/xrpld/consensus/Validations.h index acfb82ba4b..4c348d9ef2 100644 --- a/src/xrpld/consensus/Validations.h +++ b/src/xrpld/consensus/Validations.h @@ -396,7 +396,9 @@ private: // because we're still trying to catch up. ledger = adaptor_.acquire(it->first.second); } - catch (SHAMapMissingNode const&) {} + catch (SHAMapMissingNode const&) + { + } if (ledger) { for (NodeID const& nodeID : it->second)