Skip to content

Commit 383bdfb

Browse files
committed
tclfmt again
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 5283cb9 commit 383bdfb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flow/scripts/detail_route.tcl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ set all_args [concat [list \
5252

5353
log_cmd detailed_route {*}$all_args
5454

55-
if { ![env_var_equals SKIP_ANTENNA_REPAIR_POST_DRT 1] && [env_var_exists_and_non_empty MAX_REPAIR_ANTENNAS_ITER_DRT] } {
55+
if {
56+
![env_var_equals SKIP_ANTENNA_REPAIR_POST_DRT 1] &&
57+
[env_var_exists_and_non_empty MAX_REPAIR_ANTENNAS_ITER_DRT]
58+
} {
5659
set repair_antennas_iters 1
5760
if { [repair_antennas] } {
5861
detailed_route {*}$all_args

0 commit comments

Comments
 (0)