mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 01:20:32 +00:00
chore: Apply clang-format width 100 (#6387)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user