fixed tidy error

This commit is contained in:
Sandeep Hegde 2017-11-08 13:00:14 -05:00
parent 84f694dc93
commit f6f454505e

View file

@ -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"