mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixes raw bytes warning in semantic test framework.
This commit is contained in:
parent
885b68140b
commit
d1b6a4a649
@ -225,7 +225,7 @@ string BytesUtils::formatRawBytes(
|
|||||||
{
|
{
|
||||||
bytes byteRange{it, it + static_cast<long>(parameter.abiType.size)};
|
bytes byteRange{it, it + static_cast<long>(parameter.abiType.size)};
|
||||||
|
|
||||||
os << _linePrefix << formatBytes(byteRange, parameter.abiType);
|
os << _linePrefix << byteRange;
|
||||||
if (¶meter != ¶meters.back())
|
if (¶meter != ¶meters.back())
|
||||||
os << endl;
|
os << endl;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user