minus one space

This commit is contained in:
xuu 2017-12-05 12:43:19 -07:00
parent bcf46d08c0
commit f8a3b8d269
No known key found for this signature in database
GPG key ID: 8B3B0604F164E04F
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