Skip to content

Commit 6de2157

Browse files
feat: Turtle.HorizontalLine ( Fixes #280 )
Returning `$this`
1 parent 5b05d3a commit 6de2157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Types/Turtle/HorizontalLine.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ $instruction =
2323
}
2424
$this.Position = $Distance,0
2525
$this.Steps.Add($instruction)
26+
return $this

0 commit comments

Comments
 (0)