Skip to content

Commit 265a920

Browse files
Merge branch 'turtles-in-svg' of https://github.com/PowerShellWeb/Turtle into turtles-in-svg
2 parents cafdf66 + 62af716 commit 265a920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Turtle.types.ps1xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ $instruction =
16551655
}
16561656
$this.Position = $Distance,0
16571657
$this.Steps.Add($instruction)
1658-
1658+
return $this
16591659
</Script>
16601660
</ScriptMethod>
16611661
<ScriptMethod>
@@ -4489,7 +4489,7 @@ $instruction =
44894489
}
44904490
$this.Position = 0, $Distance
44914491
$this.Steps.Add($instruction)
4492-
4492+
return $this
44934493
</Script>
44944494
</ScriptMethod>
44954495
<ScriptMethod>

0 commit comments

Comments
 (0)