mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-18948 Inconsistent indent in postfix completion examples
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user