mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #6211 from ethereum/fixFormatting
Fix formatting and compilation error.
This commit is contained in:
commit
8d9be8bb6d
@ -203,7 +203,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
template<typename Range>
|
template<typename Range>
|
||||||
bytes encodeArray(bool _dynamicallySized, bool _dynamicallyEncoded, Range const& _elements)
|
static bytes encodeArray(bool _dynamicallySized, bool _dynamicallyEncoded, Range const& _elements)
|
||||||
{
|
{
|
||||||
bytes result;
|
bytes result;
|
||||||
if (_dynamicallySized)
|
if (_dynamicallySized)
|
||||||
|
Loading…
Reference in New Issue
Block a user