Skip to content

Commit

Permalink
fixed tidy error
Browse files Browse the repository at this point in the history
  • Loading branch information
dsandeephegde committed Nov 8, 2017
1 parent 84f694d commit f6f4545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/servo/mutation/test.py
Expand Up @@ -61,4 +61,4 @@ def mutation_test(file_name, tests):
subprocess.call('git checkout {0}'.format(file_name), shell=True)
else:
print "Cannot mutate {0}".format(file_name)
print "-"*80 + "\n"
print "-" * 80 + "\n"

0 comments on commit f6f4545

Please sign in to comment.