From 59111de57fc4b2f99a2d1cab186b6b29dc770534 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Thu, 12 Aug 2021 18:21:29 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for 4bea23ef --- 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 80993f7e4..16f4b9fb5 100644 --- a/others/lru_cache.cpp +++ b/others/lru_cache.cpp @@ -134,8 +134,8 @@ class LRUCache { int getPageFault() const { return pageFault; } }; -} // namespace others } // namespace lru_cache +} // namespace others namespace lru_tests { /**