aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-10-18 22:41:53 +0800
committerGav Wood <i@gavwood.com>2014-10-18 22:41:53 +0800
commit65e46b62be6d61ab87bbb76fe749be3c540a1f0d (patch)
tree0cd3958fa7a672f5bec4fbbf2255e628f670ad74
parent02f60e1a537fa69f1326744441dc7a3aee3e5980 (diff)
downloaddexon-solidity-65e46b62be6d61ab87bbb76fe749be3c540a1f0d.tar.gz
dexon-solidity-65e46b62be6d61ab87bbb76fe749be3c540a1f0d.tar.zst
dexon-solidity-65e46b62be6d61ab87bbb76fe749be3c540a1f0d.zip
Style fix.
-rw-r--r--createRandomTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/createRandomTest.cpp b/createRandomTest.cpp
index 54e3206c..f1094edc 100644
--- a/createRandomTest.cpp
+++ b/createRandomTest.cpp
@@ -64,9 +64,7 @@ int main(int argc, char *argv[])
string randomCode;
for (int i = 0; i < lengthOfCode; ++i)
- {
randomCode += toHex(toCompactBigEndian(randGen()));
- }
// read template test file