diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-05-03 17:29:24 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-05-03 18:24:25 +0200 |
commit | 3fffdf03d5a32e4a0d1b5216ea9d16dacacdaa6f (patch) | |
tree | e812974218d0b182c70221177dbdcd6710e47d05 /tests/functional/p | |
parent | 8403b8961560591810a75f088fb72b8b052665ca (diff) | |
download | pylint-git-3fffdf03d5a32e4a0d1b5216ea9d16dacacdaa6f.tar.gz |
Fix trailing whitespaces and trailing newlines
Diffstat (limited to 'tests/functional/p')
-rw-r--r-- | tests/functional/p/protected_access_access_different_scopes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/p/protected_access_access_different_scopes.txt b/tests/functional/p/protected_access_access_different_scopes.txt index ab8b5be11..c93e68ef0 100644 --- a/tests/functional/p/protected_access_access_different_scopes.txt +++ b/tests/functional/p/protected_access_access_different_scopes.txt @@ -1,2 +1,2 @@ undefined-variable:9:function:"Undefined variable 'self'" -undefined-variable:13:func:"Undefined variable 'self'"
\ No newline at end of file +undefined-variable:13:func:"Undefined variable 'self'" |