chore: Apply clang-format width 100 (#6387)

This commit is contained in:
Ayaz Salikhov
2026-02-19 23:30:00 +00:00
parent 25cca46553
commit 2c1fad1023
786 changed files with 26105 additions and 12252 deletions

View File

@@ -19,7 +19,8 @@ STVector256::STVector256(SerialIter& sit, SField const& name) : STBase(name)
auto const slice = sit.getSlice(sit.getVLDataLength());
if (slice.size() % uint256::size() != 0)
Throw<std::runtime_error>("Bad serialization for STVector256: " + std::to_string(slice.size()));
Throw<std::runtime_error>(
"Bad serialization for STVector256: " + std::to_string(slice.size()));
auto const cnt = slice.size() / uint256::size();