From 9bd87175fc8edee613c580f22650304dbc564324 Mon Sep 17 00:00:00 2001 From: "Zone.N" Date: Tue, 10 Dec 2024 08:13:53 +0000 Subject: [PATCH] style: fix clang-tidy Signed-off-by: Zone.N --- src/kernel/include/singleton.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/kernel/include/singleton.hpp b/src/kernel/include/singleton.hpp index 634f84ce..68293dbc 100644 --- a/src/kernel/include/singleton.hpp +++ b/src/kernel/include/singleton.hpp @@ -36,8 +36,6 @@ class Singleton { static T instance; return instance; } - - private: }; #endif /* SIMPLEKERNEL_SRC_KERNEL_INCLUDE_SINGLETON_HPP_ */