Remove trailing spaces. (GH-28706)

This commit is contained in:
Serhiy Storchaka 2021-10-03 16:58:14 +03:00 committed by GitHub
parent dc878240dc
commit a5a56154f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -1933,7 +1933,7 @@ b\
c"""', """\
STRING 'rb"\""a\\\\\\nb\\\\\\nc"\""' (1, 0) (3, 4)
""")
self.check_tokenize('f"abc"', """\
STRING 'f"abc"' (1, 0) (1, 6)
""")