From 99ca5294d0da5f12b407f33f5fe8829b5e14fa3b Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Fri, 13 Aug 2021 08:07:17 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for b423fd4b --- others/lru_cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/lru_cache.cpp b/others/lru_cache.cpp index 5ef229d7d..a1d7a22df 100644 --- a/others/lru_cache.cpp +++ b/others/lru_cache.cpp @@ -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: /**