summaryrefslogtreecommitdiff
path: root/pylint/test/functional/async_functions.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-09 12:32:16 -0500
committerClaudiu Popa <pcmanticore@gmail.com>2016-01-09 22:42:37 +0200
commitf63bacb373bd98e4cbf01ed64d8a71b6df6a19ea (patch)
tree0f3febb82a3ae4ccc9e75fbfe934adcb3840c4ee /pylint/test/functional/async_functions.py
parent2ec342e612c730a266413783918f4a0d41441ca5 (diff)
downloadpylint-git-f63bacb373bd98e4cbf01ed64d8a71b6df6a19ea.tar.gz
format: check for & warn about trailing newlines
The new tests also catch a lot of files in the pylint code base that have trailing newlines, so clean them all up as well. Close #682
Diffstat (limited to 'pylint/test/functional/async_functions.py')
-rw-r--r--pylint/test/functional/async_functions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/test/functional/async_functions.py b/pylint/test/functional/async_functions.py
index 4819cb23b..486c9ba45 100644
--- a/pylint/test/functional/async_functions.py
+++ b/pylint/test/functional/async_functions.py
@@ -61,5 +61,4 @@ async def func(a, a, b=[]):
# +1: [empty-docstring, blacklisted-name]
async def foo():
""
-
\ No newline at end of file