clang-format

This commit is contained in:
Valentin Balaschenko
2026-07-07 17:11:23 +01:00
parent 6054797dc7
commit 66c2471310

View File

@@ -675,8 +675,7 @@ TaggedCache<Key, T, IsKeyCache, SharedWeakUnionPointer, SharedPointerType, Hash,
canonicalize(key, entry, [](SharedPointerType const&) { return false; });
XRPL_ASSERT(
entry != nullptr,
"xrpl::TaggedCache::fetchAndModify : entry present after canonicalize");
entry != nullptr, "xrpl::TaggedCache::fetchAndModify : entry present after canonicalize");
callback(*entry);
}