mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Fix indentation typo (cosmetic)
This commit is contained in:
parent
1946acf3a4
commit
7fbde0269c
1 changed files with 1 additions and 1 deletions
|
@ -1872,7 +1872,7 @@ class foldconst(object):
|
|||
scope = len(self.symtab)
|
||||
self.symtab.append({})
|
||||
parent[index] = nr(nt='{}', t=None, scope=scope,
|
||||
ch=exprlist)
|
||||
ch=exprlist)
|
||||
else:
|
||||
parent[index] = nr(nt=';', t=None, SEF=True)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue