diff options
author | Sandeep Hegde <dsandeephegde@gmail.com> | 2017-11-08 13:00:14 -0500 |
---|---|---|
committer | Sandeep Hegde <dsandeephegde@gmail.com> | 2017-11-08 13:00:14 -0500 |
commit | f6f454505e29485bd9af879b7eed52f745b92a0e (patch) | |
tree | f7f1f5b8152f230d85af8739089be20190d9d540 /python/servo/mutation/test.py | |
parent | 84f694dc9331dc5ccefbe5cbf66770a9e31e5ec1 (diff) | |
download | servo-f6f454505e29485bd9af879b7eed52f745b92a0e.tar.gz servo-f6f454505e29485bd9af879b7eed52f745b92a0e.zip |
fixed tidy error
Diffstat (limited to 'python/servo/mutation/test.py')
-rw-r--r-- | python/servo/mutation/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/mutation/test.py b/python/servo/mutation/test.py index 1d5a6f48d2a..b004dc3fcd9 100644 --- a/python/servo/mutation/test.py +++ b/python/servo/mutation/test.py @@ -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" |