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 { /**