Noop indentation
Same behaviour; just force a level of indentation. Mostly useful to make the next commit more readable. Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
a8e4d0efbf
commit
180d7f8ddb
1 changed files with 43 additions and 41 deletions
|
|
@ -561,6 +561,8 @@ def findReferencedElements(node, ids=None):
|
||||||
global referencingProps
|
global referencingProps
|
||||||
if ids is None:
|
if ids is None:
|
||||||
ids = {}
|
ids = {}
|
||||||
|
|
||||||
|
if 1: # Indent-only
|
||||||
# TODO: input argument ids is clunky here (see below how it is called)
|
# TODO: input argument ids is clunky here (see below how it is called)
|
||||||
# GZ: alternative to passing dict, use **kwargs
|
# GZ: alternative to passing dict, use **kwargs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue