Fix formatting

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-10-23 11:06:58 +01:00
parent 5a8b23519c
commit 28f3d16ff1

View File

@@ -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)