Skip to content

Commit ab967ad

Browse files
committed
fix tclint
Signed-off-by: Jonas Gava <[email protected]>
1 parent ffa8e4e commit ab967ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/grt/test/estimate_path_resistance.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ puts "Resistance: $res"
2727

2828
# Test 4: Error handling - Invalid pin
2929
puts "\nTest 4: Error handling - Invalid pin"
30-
catch {estimate_path_resistance "invalid_pin" _762_/Z} err
30+
catch { estimate_path_resistance "invalid_pin" _762_/Z } err
3131
puts "Expected error: $err"
3232

3333
# Test 5: Error handling - Missing layer
3434
puts "\nTest 5: Error handling - Missing layer"
35-
catch {estimate_path_resistance _858_/D _762_/Z -layer1 metal2} err
35+
catch { estimate_path_resistance _858_/D _762_/Z -layer1 metal2 } err
3636
puts "Expected error: $err"

0 commit comments

Comments
 (0)