summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2018-01-23 21:14:39 +0100
committerhippo91 <guillaume.peillex@gmail.com>2018-01-23 21:14:39 +0100
commit2fbe53ca44e48a23fb2906a9815228c9ecce5a99 (patch)
tree427f74014eacd4e42610b60e94d4acd7e47b9592
parent01651d9487056a5a5fc372f4bf3967087edf4288 (diff)
downloadpylint-git-2fbe53ca44e48a23fb2906a9815228c9ecce5a99.tar.gz
Add of a trailing newline to force CI (1/2)
-rw-r--r--pylint/test/functional/inconsistent_returns.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/test/functional/inconsistent_returns.txt b/pylint/test/functional/inconsistent_returns.txt
index 08ce9d7d9..a71037d81 100644
--- a/pylint/test/functional/inconsistent_returns.txt
+++ b/pylint/test/functional/inconsistent_returns.txt
@@ -11,3 +11,4 @@ inconsistent-return-statements:212:bug_1794_inner_func_in_if_counter_example_1:E
inconsistent-return-statements:221:bug_1794_inner_func_in_if_counter_example_2:Either all return statements in a function should return an expression, or none of them should.
inconsistent-return-statements:230:bug_1794_inner_func_in_if_counter_example_3:Either all return statements in a function should return an expression, or none of them should.
inconsistent-return-statements:237:bug_1794_inner_func_in_if_counter_example_3._inner2:Either all return statements in a function should return an expression, or none of them should.
+