mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 05:44:40 +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"]
|
||||
var testedInFork = false
|
||||
for fork in supportedForks:
|
||||
if fixture["post"].hasKey(forkNames[fork]):
|
||||
if fixture["post"].hasKey(forkNames[fork]):
|
||||
for expectation in fixture["post"][forkNames[fork]]:
|
||||
inc tester.index
|
||||
if specifyIndex > 0 and tester.index != specifyIndex:
|
||||
if specifyIndex > 0 and tester.index != specifyIndex:
|
||||
continue
|
||||
testedInFork = true
|
||||
tester.expectedHash = expectation["hash"].getStr
|
||||
|
Loading…
x
Reference in New Issue
Block a user