mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reformat code with clang-format-18
This commit is contained in:
@@ -65,7 +65,8 @@ public:
|
||||
setValue(const STVector256& v);
|
||||
|
||||
/** Retrieve a copy of the vector we contain */
|
||||
explicit operator std::vector<uint256>() const;
|
||||
explicit
|
||||
operator std::vector<uint256>() const;
|
||||
|
||||
std::size_t
|
||||
size() const;
|
||||
|
||||
Reference in New Issue
Block a user