paulfitz / daff

align and compare tables
https://paulfitz.github.io/daff
MIT License
790 stars 68 forks source link

Remove unused no-op line #178

Closed edg2s closed 2 years ago

edg2s commented 2 years ago

Args are already attached in the loop above, and this line is currently a no-op due to the extra semi-colon.

paulfitz commented 2 years ago

Oh gosh thank you, yuck.

That area of the code is terrible, even without whatever that was, these days it could be written cleanly with async/await.