minus one space

This commit is contained in:
xuu
2017-12-05 12:43:19 -07:00
parent bcf46d08c0
commit f8a3b8d269
83 changed files with 1091 additions and 1091 deletions

View File

@@ -192,7 +192,7 @@ class FileDOM:
self.src = src
def __str__(self):
length = 20
length = 19
for i in self.dom:
if len(i[0]) > length:
length = len(i[0]) + 2