Update others/lru_cache.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Nitin Sharma
2021-08-12 23:49:44 +05:30
committed by GitHub
parent 04b2cd7114
commit 63e72c7834

View File

@@ -134,6 +134,7 @@ class LRUCache {
int getPageFault() const { return pageFault; }
};
} // namespace others
} // namespace lru_cache
namespace lru_tests {