Skip to content

Commit

Permalink
Fix visual indent error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Nov 22, 2019
1 parent 804780f commit 41d1eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/wpt-summarize.py
Expand Up @@ -35,8 +35,8 @@
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
Expand Down

0 comments on commit 41d1eca

Please sign in to comment.