fix: More clang-tidy issues (#6992)

This commit is contained in:
Mayukha Vadari
2026-04-22 13:42:15 -04:00
committed by Bart
parent c9427b0f3e
commit 2a30934bb1
19 changed files with 25 additions and 28 deletions

View File

@@ -19,7 +19,7 @@ public:
using value_type = base_uint<Bits>;
private:
value_type value_;
value_type value_{};
public:
STBitString() = default;