mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-08-07 10:16:24 +08:00
minus one space
This commit is contained in:
parent
bcf46d08c0
commit
f8a3b8d269
83 changed files with 1091 additions and 1091 deletions
|
@ -192,7 +192,7 @@ class FileDOM:
|
||||||
self.src = src
|
self.src = src
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
length = 20
|
length = 19
|
||||||
for i in self.dom:
|
for i in self.dom:
|
||||||
if len(i[0]) > length:
|
if len(i[0]) > length:
|
||||||
length = len(i[0]) + 2
|
length = len(i[0]) + 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue