diff options
Diffstat (limited to 'tests/color.test')
-rw-r--r-- | tests/color.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/color.test b/tests/color.test index a7ed1f8..237ec01 100644 --- a/tests/color.test +++ b/tests/color.test @@ -158,7 +158,7 @@ test color-1.5 {Color table} nonPortable { if {$rgb != [lrange $line 0 2] } { append result $line\n } - + } return $result } {} |