Reformatting

This commit is contained in:
M66B 2020-12-05 10:05:47 +01:00
parent 35b338988c
commit 812e930cf2
1 changed files with 2 additions and 2 deletions

View File

@ -1998,7 +1998,7 @@ class Core {
if (hasUidl) {
uidl = ifolder.getUID(imessage);
if (TextUtils.isEmpty(uidl)) {
EntityLog.log(context,folder.name + " POP no uidl");
EntityLog.log(context, folder.name + " POP no uidl");
continue;
}
@ -2030,7 +2030,7 @@ class Core {
}
if (TextUtils.isEmpty(msgid)) {
EntityLog.log(context,folder.name + " POP no msgid");
EntityLog.log(context, folder.name + " POP no msgid");
continue;
}