cosmetic change to code
This commit is contained in:
parent
492d6416db
commit
fab80c8517
@ -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…
Reference in New Issue
Block a user