From 6931eb4622d7ae6353fb0eb78b5a611ca2806e41 Mon Sep 17 00:00:00 2001 From: github action Date: Mon, 2 Mar 2026 20:40:40 +0000 Subject: [PATCH] Apply 'make format' --- test_regress/t/t_trace_type_dupes_structs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test_regress/t/t_trace_type_dupes_structs.py b/test_regress/t/t_trace_type_dupes_structs.py index 7a79ce5ef..dc9d8472f 100755 --- a/test_regress/t/t_trace_type_dupes_structs.py +++ b/test_regress/t/t_trace_type_dupes_structs.py @@ -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()