Apply 'make format'

This commit is contained in:
github action 2026-03-02 20:40:40 +00:00
parent 75f3260127
commit 6931eb4622
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ test.top_filename = "t/t_trace_type_dupes.v"
test.compile(
# artificially low trace splitting for force cross-split type function usage
verilator_flags2=["--trace", "--trace-structs", "--output-split-ctrace 10"]
)
verilator_flags2=["--trace", "--trace-structs", "--output-split-ctrace 10"])
test.execute()