Skip to content

Commit caec0c3

Browse files
committed
ruff format
1 parent ebd50a7 commit caec0c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2579,7 +2579,7 @@ def test_unsafehtml():
25792579
[
25802580
"<table>",
25812581
"<thead>",
2582-
"<tr><th style=\"text-align: left;\">strings </th><th style=\"text-align: left;\">numbers </th></tr>",
2582+
'<tr><th style="text-align: left;">strings </th><th style="text-align: left;">numbers </th></tr>',
25832583
"</thead>",
25842584
"<tbody>",
25852585
'<tr><td style="text-align: left;">spam </td><td style="text-align: left;"><font color="red">41.9999</font></td></tr>',

0 commit comments

Comments
 (0)