Skip to content

Commit 37e1d15

Browse files
authored
fix stray character typo (#302)
Signed-off-by: Matt Liberty <[email protected]>
1 parent 8236a89 commit 37e1d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

power/Power.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ proc set_power_activity { args } {
273273
if { [info exists keys(-duty)] } {
274274
set duty $keys(-duty)
275275
check_float "duty" $duty
276-
if { $duty < 0.0 || $duty > 1.0 } {i
276+
if { $duty < 0.0 || $duty > 1.0 } {
277277
sta_error 309 "duty should be 0.0 to 1.0"
278278
}
279279
}

0 commit comments

Comments
 (0)