aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/python/aligned_indent.py
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/indent/python/aligned_indent.py')
-rw-r--r--lua/tests/indent/python/aligned_indent.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/lua/tests/indent/python/aligned_indent.py b/lua/tests/indent/python/aligned_indent.py
deleted file mode 100644
index 2a4b827f4..000000000
--- a/lua/tests/indent/python/aligned_indent.py
+++ /dev/null
@@ -1,11 +0,0 @@
-def aligned_indent(arg1,
- arg2):
- pass
-
-aligned_indent(1,
- 2)
-
-
-aligned_indent(1,
- 2
- )