summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-24 20:16:47 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-24 20:16:47 +0300
commit39e3d11224a11c30212b9d975b578956e070093d (patch)
treef1d840877e39e676a5561d11531fff1b171eda2d
parent710ddae53db9fcdc0fd0dccfb930c2d86893de9b (diff)
downloadpylint-39e3d11224a11c30212b9d975b578956e070093d.tar.gz
Remove trailing whitespace.
-rw-r--r--pylint/checkers/strings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/strings.py b/pylint/checkers/strings.py
index 415a588..2640835 100644
--- a/pylint/checkers/strings.py
+++ b/pylint/checkers/strings.py
@@ -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):