From 5bd8c49448d70ec9a8a02f5904826ba20e51c017 Mon Sep 17 00:00:00 2001 From: github action Date: Tue, 4 Aug 2026 08:37:04 +0000 Subject: [PATCH] Apply 'make format' [ci skip] --- test_regress/t/t_gate_dedupe_func.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test_regress/t/t_gate_dedupe_func.py b/test_regress/t/t_gate_dedupe_func.py index 00361a3da..b8e6da50d 100755 --- a/test_regress/t/t_gate_dedupe_func.py +++ b/test_regress/t/t_gate_dedupe_func.py @@ -12,8 +12,12 @@ import vltest_bootstrap test.scenarios('simulator') test.compile(verilator_flags2=[ - '--top-module', 'jtcop_game', '-Wno-fatal', '-Wno-IMPLICIT', - '-Wno-WIDTHEXPAND', '-Wno-WIDTHTRUNC', + '--top-module', + 'jtcop_game', + '-Wno-fatal', + '-Wno-IMPLICIT', + '-Wno-WIDTHEXPAND', + '-Wno-WIDTHTRUNC', ]) test.passes()