mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 18:43:23 +02:00
Small improvements
This commit is contained in:
@@ -2214,6 +2214,7 @@ public class Log {
|
||||
try (OutputStream os = new BufferedOutputStream(new FileOutputStream(file))) {
|
||||
for (SimpleTask task : SimpleTask.getList())
|
||||
size += write(os, String.format("%s\r\n", task.toString()));
|
||||
size += write(os, "\r\n");
|
||||
for (TwoStateOwner owner : TwoStateOwner.getList())
|
||||
size += write(os, String.format("%s\r\n", owner.toString()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user