mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 07:30:30 +00:00
clang-format
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user