todotxt / todo.txt-ios

Official Todo.txt iOS app for managing your todo.txt file stored in Dropbox.
http://todotxt.org
GNU General Public License v3.0
380 stars 109 forks source link

Issue #168: Ignore blank lines from todo.txt file #170

Closed stevendpclark closed 11 years ago

stevendpclark commented 11 years ago

Implement a simple fix that skips blank lines read in from the todo.txt file. Included is a unit test that verifies proper output from TaskIo loadTasksFromFile.

ginatrapani commented 11 years ago

Thanks so much for this fix