clang-format and clang-tidy fixes for b423fd4b

This commit is contained in:
github-actions
2021-08-13 08:07:17 +00:00
parent b423fd4bc0
commit 99ca5294d0

View File

@@ -75,7 +75,7 @@ class LRUCache {
///< was found in cache.
uint64_t pageFault =
0; ///< Total number of miss/page fault, or total number of
///< times a page was not found in cache
///< times a page was not found in cache
public:
/**