From 0b8e129ca8de396c94d37d406120771edb59dd80 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Fri, 4 Mar 2022 09:55:43 +0100 Subject: Introduce end-of-line normalization (#1443) Some file were formatted for Windows, which was a problem for #1441 --- tests/testdata/python3/data/recursion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/testdata/python3/data') 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 -- cgit v1.2.1