Skip to content

Commit

Permalink
style: fix clang-tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Zone.N <[email protected]>
  • Loading branch information
MRNIU committed Dec 10, 2024
1 parent 53aceef commit 9bd8717
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kernel/include/singleton.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ class Singleton {
static T instance;
return instance;
}

private:
};

#endif /* SIMPLEKERNEL_SRC_KERNEL_INCLUDE_SINGLETON_HPP_ */

0 comments on commit 9bd8717

Please sign in to comment.