PY-18948 Inconsistent indent in postfix completion examples

This commit is contained in:
liana.bakradze
2016-03-25 14:03:39 +03:00
parent a32ee1fe56
commit 9efe820d4b
8 changed files with 12 additions and 12 deletions
@@ -1,3 +1,3 @@
def f(a):
if a:
<spot></spot>
if a:
<spot></spot>
@@ -1,2 +1,2 @@
def f(a):
<spot>a</spot>.if
<spot>a</spot>.if
@@ -1,3 +1,3 @@
def f(a):
if a is None:
<spot></spot>
if a is None:
<spot></spot>
@@ -1,2 +1,2 @@
def f(a):
<spot>a</spot>.ifn
<spot>a</spot>.ifn
@@ -1,3 +1,3 @@
def f(a):
if a is not None:
<spot></spot>
if a is not None:
<spot></spot>
@@ -1,2 +1,2 @@
def f(a):
<spot>a</spot>.ifnn
<spot>a</spot>.ifnn
@@ -1,3 +1,3 @@
def f(a):
while a:
<spot></spot>
while a:
<spot></spot>
@@ -1,2 +1,2 @@
def f(a):
<spot>a</spot>.while
<spot>a</spot>.while