forked from jan/fatamorgana
cosmetic change to code
This commit is contained in:
parent
492d6416db
commit
fab80c8517
1 changed files with 2 additions and 1 deletions
|
|
@ -1677,7 +1677,8 @@ def write_point_list(stream: io.BufferedIOBase,
|
||||||
previous = [0, 0]
|
previous = [0, 0]
|
||||||
diff = []
|
diff = []
|
||||||
for point in points:
|
for point in points:
|
||||||
d = [point[0] - previous[0], point[1] - previous[1]]
|
d = [point[0] - previous[0],
|
||||||
|
point[1] - previous[1]]
|
||||||
previous = point
|
previous = point
|
||||||
diff.append(d)
|
diff.append(d)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue