This commit is contained in:
William Ballenthin
2020-06-28 12:13:31 -06:00
parent 112ddb43c9
commit a12bcf238b

View File

@@ -6,7 +6,6 @@ import tabulate
import capa.render.utils as rutils
def width(s, character_count):
"""pad the given string to at least `character_count`"""
if len(s) < character_count: