Remove trailing whitespace.

This commit is contained in:
Claudiu Popa 2015-05-24 20:16:47 +03:00
parent 829b0088eb
commit 2a3e3b1d5e

View File

@ -168,7 +168,7 @@ def collect_string_fields(format_string):
# to trigger the format-combined-specification check.
yield ""
yield "1"
return
return
raise utils.IncompleteFormatString(format_string)
def parse_format_method_string(format_string):