mirror of
https://github.com/davidhalter/parso.git
synced 2026-03-05 06:34:31 +08:00
Make the normalizer tests' indentation easier to understand.
This commit is contained in:
@@ -17,5 +17,5 @@ async def f(x): return 2
|
||||
#: E704:10
|
||||
def f(x): return 2 * x
|
||||
while all is round:
|
||||
#: E704:10
|
||||
#: E704:14
|
||||
def f(x): return 2 * x
|
||||
|
||||
Reference in New Issue
Block a user