Skip to content

Commit a02e47d

Browse files
author
Tom J
committed
code formatting fix
1 parent df200be commit a02e47d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FlowCrypt/src/main/java/com/flowcrypt/email/api/email/sync/tasks/CheckNewMessagesSyncTask.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ public void runIMAPAction(AccountDao accountDao, Session session, Store store, S
5656
Message[] newMessages = new Message[0];
5757

5858
int newestCachedUID = new MessageDaoSource().getLastUIDOfMessageInLabel(syncListener.getContext(),
59-
accountDao
60-
.getEmail(), localFolder.getFolderAlias());
59+
accountDao.getEmail(), localFolder.getFolderAlias());
6160

6261
if (newestCachedUID < nextUID - 1) {
6362
if (isShowOnlyEncryptedMessages) {

0 commit comments

Comments
 (0)