mirror of
https://github.com/servo/servo.git
synced 2025-07-05 14:33:38 +01:00
fixed tidy error
This commit is contained in:
parent
84f694dc93
commit
f6f454505e
1 changed files with 1 additions and 1 deletions
|
@ -61,4 +61,4 @@ def mutation_test(file_name, tests):
|
||||||
subprocess.call('git checkout {0}'.format(file_name), shell=True)
|
subprocess.call('git checkout {0}'.format(file_name), shell=True)
|
||||||
else:
|
else:
|
||||||
print "Cannot mutate {0}".format(file_name)
|
print "Cannot mutate {0}".format(file_name)
|
||||||
print "-"*80 + "\n"
|
print "-" * 80 + "\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue