Skip to content

Commit f24932c

Browse files
committed
Restyle
1 parent f4e1946 commit f24932c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/local.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ def gen_coverage():
598598
subprocess.run(cmd, check=True)
599599

600600
logging.info("Generating HTML...")
601-
cmd = [ "genhtml" ]
601+
cmd = ["genhtml"]
602602
for e in errors_to_ignore:
603603
cmd.append("--ignore-errors")
604604
cmd.append(e)

0 commit comments

Comments
 (0)