Skip to content

Commit 50da8c8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6a47f2f commit 50da8c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pytest_html/basereport.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,10 @@ def _process_outcome(report):
356356

357357

358358
def _process_links(links):
359-
a_tag = ('<a href="{content}" class="col-links__extra {format_type}" target="_blank" rel="noopener noreferrer">'
360-
'{name}</a>')
359+
a_tag = (
360+
'<a href="{content}" class="col-links__extra {format_type}" target="_blank" rel="noopener noreferrer">'
361+
"{name}</a>"
362+
)
361363
return "".join([a_tag.format_map(link) for link in links])
362364

363365

0 commit comments

Comments
 (0)