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

Ignore blank lines from todo.txt file #169

Closed stevendpclark closed 11 years ago

stevendpclark commented 11 years ago

A simple fix to ignore blank lines within the todo.txt file, so they don't show up as blank entries within the app. This mimics the list view from the command line app.

stevendpclark commented 11 years ago

Closing down this pull request. Going to add unit tests for TaskIo and resubmit with proper GitHub workflow to attach to issue #168 .

Sorry about the noise, still learning Github...