1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

fix whitespace

This commit is contained in:
Kevin McCarthy
2016-12-15 08:46:44 -10:00
parent 83720793fb
commit 9e548718e5

View File

@@ -164,5 +164,6 @@ def main():
sys.stderr.write("[{0}] {1}\n".format(status, file_path))
sys.stderr.write("Done.\n")
if __name__ == '__main__':
main()