X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/14b28c89c22659e1f935bc0ac22ee03d90bcc290..1d7163957a34e8f071aaf9ac59467b912449fb07:/tests/data/remove_parens.py

diff --git a/tests/data/remove_parens.py b/tests/data/remove_parens.py
index afc3401..abd5f71 100644
--- a/tests/data/remove_parens.py
+++ b/tests/data/remove_parens.py
@@ -54,7 +54,6 @@ def example7():
 def example8():
     return (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((None)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))
 
-
 # output
 x = 1
 x = 1.2
@@ -141,4 +140,3 @@ def example7():
 
 def example8():
     return None
-