mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
thread = None
|
||||||
else:
|
else:
|
||||||
if ("action" in entry and
|
if ("action" in entry and
|
||||||
entry["action"] == "test_start" and
|
entry["action"] == "test_start" and
|
||||||
entry["test"] == sys.argv[2]):
|
entry["test"] == sys.argv[2]):
|
||||||
thread = entry["thread"]
|
thread = entry["thread"]
|
||||||
print(json.dumps(entry))
|
print(json.dumps(entry))
|
||||||
elif (full_search and
|
elif (full_search and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue