Merge pull request #6211 from ethereum/fixFormatting

Fix formatting and compilation error.
This commit is contained in:
chriseth 2019-03-06 22:55:02 +01:00 committed by GitHub
commit 8d9be8bb6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 209 additions and 209 deletions

View File

@ -203,7 +203,7 @@ public:
}
template<typename Range>
bytes encodeArray(bool _dynamicallySized, bool _dynamicallyEncoded, Range const& _elements)
static bytes encodeArray(bool _dynamicallySized, bool _dynamicallyEncoded, Range const& _elements)
{
bytes result;
if (_dynamicallySized)