Fix formatting

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-10-29 14:36:18 +00:00
parent a71cd5d271
commit bf4dc342c6

View File

@@ -449,7 +449,8 @@ TaggedCache<
shouldReplace = replaceCallback(entry.ptr.getStrong());
}
if (shouldReplace) entry.ptr = data;
if (shouldReplace)
entry.ptr = data;
};
if (entry.isCached())