Remove empty line
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2021-12-13 12:15:50 +01:00
parent 824f4eff67
commit 0b08b34c9a

View File

@@ -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