From 7559b782c18e0ad7d638beec5e9ffdc0353f3570 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Mon, 26 Feb 2024 14:27:20 -0800 Subject: [PATCH] Reindent test file --- tests/input/load_classderef.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/input/load_classderef.py b/tests/input/load_classderef.py index 18fdd64..fb0f40d 100644 --- a/tests/input/load_classderef.py +++ b/tests/input/load_classderef.py @@ -1,4 +1,4 @@ def func(): - x = 1 - class my_class: - y = x \ No newline at end of file + x = 1 + class my_class: + y = x