mpcjanssen / simpletask-android

GNU General Public License v3.0
551 stars 129 forks source link

Missing newline at end of file #1205

Closed CoD-ZT closed 2 years ago

CoD-ZT commented 2 years ago

Simpletask v. 11.0.0 (no sync support) doesn't add a newline at eof when adding a task. How to reproduce:

the last task will be on the same line of the previous one because no newline was added at the end of file

mpcjanssen commented 2 years ago

Try with 11.0.1. This should be fixed by https://github.com/mpcjanssen/simpletask-android/commit/d4a79f3fd2a67b57d9b8553ed2963aba0f2f89ba

CoD-ZT commented 2 years ago

Yes: fixed! That was quick. Thank you