Skip to content

Commit 9908911

Browse files
committed
chore: autoformat
1 parent d6f78eb commit 9908911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mitreattack/diffStix/changelog_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@ def markdown_to_html(outfile: str, content: str, diffStix: DiffStix):
17861786
html_string = """<div style='max-width: 55em;margin: auto;margin-top:20px;font-family: "Roboto", sans-serif;'>"""
17871787
html_string += "<meta charset='utf-8'>"
17881788
html_string += header
1789-
html_string += markdown.markdown(content, extensions=['toc'])
1789+
html_string += markdown.markdown(content, extensions=["toc"])
17901790
html_string += "</div>"
17911791

17921792
with open(outfile, "w", encoding="utf-8") as outputfile:

0 commit comments

Comments
 (0)