summaryrefslogtreecommitdiff
path: root/tests/testdata
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-04 09:55:43 +0100
committerGitHub <noreply@github.com>2022-03-04 09:55:43 +0100
commit0b8e129ca8de396c94d37d406120771edb59dd80 (patch)
tree4a90ef29d1b66047b146b40eefe2de61f062444f /tests/testdata
parent83b0127e67314e25331a51906ac3980682558b07 (diff)
downloadastroid-git-0b8e129ca8de396c94d37d406120771edb59dd80.tar.gz
Introduce end-of-line normalization (#1443)
Some file were formatted for Windows, which was a problem for #1441
Diffstat (limited to 'tests/testdata')
-rw-r--r--tests/testdata/python3/data/recursion.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdata/python3/data/recursion.py b/tests/testdata/python3/data/recursion.py
index a34dad32..85f65134 100644
--- a/tests/testdata/python3/data/recursion.py
+++ b/tests/testdata/python3/data/recursion.py
@@ -1,3 +1,3 @@
-""" For issue #25 """
-class Base(object):
+""" For issue #25 """
+class Base(object):
pass \ No newline at end of file