render: remove extra formatting statements

ref: #164
This commit is contained in:
William Ballenthin
2020-07-22 14:07:16 -06:00
parent 1632c45dc5
commit 45fbd490bb
+2 -2
View File
@@ -21,8 +21,8 @@ def width(s, character_count):
def render_meta(doc, ostream):
rows = [
(width("md5", 22), width(doc["meta"]["sample"]["md5"], 82)),
(width("sha1", 22), width(doc["meta"]["sample"]["sha1"], 82)),
(width("sha256", 22), width(doc["meta"]["sample"]["sha256"], 82)),
("sha1", doc["meta"]["sample"]["sha1"]),
("sha256", doc["meta"]["sample"]["sha256"]),
("path", doc["meta"]["sample"]["path"]),
]