mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Style fix.
This commit is contained in:
parent
02f60e1a53
commit
65e46b62be
@ -64,9 +64,7 @@ int main(int argc, char *argv[])
|
|||||||
string randomCode;
|
string randomCode;
|
||||||
|
|
||||||
for (int i = 0; i < lengthOfCode; ++i)
|
for (int i = 0; i < lengthOfCode; ++i)
|
||||||
{
|
|
||||||
randomCode += toHex(toCompactBigEndian(randGen()));
|
randomCode += toHex(toCompactBigEndian(randGen()));
|
||||||
}
|
|
||||||
|
|
||||||
// read template test file
|
// read template test file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user