Remove empty line
This commit is contained in:
@@ -13,7 +13,6 @@ def fold(i, dots):
|
|||||||
n = (d[0], i[1] - abs(d[1] - i[1]))
|
n = (d[0], i[1] - abs(d[1] - i[1]))
|
||||||
if d[1] != i[1]:
|
if d[1] != i[1]:
|
||||||
new_dots.add(n)
|
new_dots.add(n)
|
||||||
|
|
||||||
return new_dots
|
return new_dots
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user