mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug Fix - FF4 newline
- Oops - FF4 did not include a newline at EOL.
This commit is contained in:
parent
6066fa51ba
commit
1cac0d6647
2 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ std::string Record::composeF4 ()
|
|||
}
|
||||
}
|
||||
|
||||
ff4 += "]";
|
||||
ff4 += "]\n";
|
||||
return ff4;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue