More newlines.

This commit is contained in:
Dave Halter
2017-07-06 02:07:25 +02:00
parent 89ed85d2e1
commit 507f190123

View File

@@ -10,12 +10,20 @@ import bdist_egg; bdist_egg.write_safety_flag(cmd.egg_info, safe)
import shlex;
#: E702:8 E703:22
del a[:]; a.append(42);
#: E704:10
def f(x): return 2
#: E704:16
async def f(x): return 2
#: E704:10
def f(x): return 2 * x
while all is round:
#: E704:14
def f(x): return 2 * x