From 65e46b62be6d61ab87bbb76fe749be3c540a1f0d Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 18 Oct 2014 17:41:53 +0300 Subject: Style fix. --- createRandomTest.cpp | 2 -- 1 file changed, 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 -- cgit