mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 13:55:45 +00:00
delete trailing spaces
This commit is contained in:
parent
0c156a5030
commit
59e1b3fa6b
@ -145,10 +145,10 @@ proc testFixture(fixtures: JsonNode, testStatusIMPL: var TestStatus,
|
|||||||
let ftrans = fixture["transaction"]
|
let ftrans = fixture["transaction"]
|
||||||
var testedInFork = false
|
var testedInFork = false
|
||||||
for fork in supportedForks:
|
for fork in supportedForks:
|
||||||
if fixture["post"].hasKey(forkNames[fork]):
|
if fixture["post"].hasKey(forkNames[fork]):
|
||||||
for expectation in fixture["post"][forkNames[fork]]:
|
for expectation in fixture["post"][forkNames[fork]]:
|
||||||
inc tester.index
|
inc tester.index
|
||||||
if specifyIndex > 0 and tester.index != specifyIndex:
|
if specifyIndex > 0 and tester.index != specifyIndex:
|
||||||
continue
|
continue
|
||||||
testedInFork = true
|
testedInFork = true
|
||||||
tester.expectedHash = expectation["hash"].getStr
|
tester.expectedHash = expectation["hash"].getStr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user