mirror of
https://github.com/servo/servo.git
synced 2025-07-21 14:23:41 +01:00
Fix visual indent error.
This commit is contained in:
parent
804780f933
commit
41d1ecac64
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ with open(sys.argv[1]) as f:
|
|||
thread = None
|
||||
else:
|
||||
if ("action" in entry and
|
||||
entry["action"] == "test_start" and
|
||||
entry["test"] == sys.argv[2]):
|
||||
entry["action"] == "test_start" and
|
||||
entry["test"] == sys.argv[2]):
|
||||
thread = entry["thread"]
|
||||
print(json.dumps(entry))
|
||||
elif (full_search and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue