mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
Fix PEP8 for generate-keyword-tests
This commit is contained in:
@@ -56,4 +56,4 @@ for kw in sys.argv[1:]:
|
||||
f.write(template % (datetime.datetime.now().year, kw, kw))
|
||||
|
||||
# mark file read-only
|
||||
os.chmod(test_file, stat.S_IRUSR|stat.S_IRGRP|stat.S_IROTH)
|
||||
os.chmod(test_file, stat.S_IRUSR | stat.S_IRGRP | stat.S_IROTH)
|
||||
|
||||
Reference in New Issue
Block a user