From b277baa76d70b5f578116cace101964b5ff18cec Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Thu, 23 Oct 2025 00:24:57 -0400 Subject: [PATCH] Whitespace --- smocore/include/lruLifo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/smocore/include/lruLifo.h b/smocore/include/lruLifo.h index 3a8ad77..24428ba 100644 --- a/smocore/include/lruLifo.h +++ b/smocore/include/lruLifo.h @@ -20,7 +20,6 @@ namespace smo { * dropped. So we may very well literally forget those qualia that get dropped * from the LruLifos. (Because LruLifos have a fixed size.) */ - class LruLifo { public: LruLifo() = default;