Skip to content

Commit 4cd820e

Browse files
committed
chore: Remove extra newline
1 parent 8aba31b commit 4cd820e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MailCore/Cache/AccountManager/AccountManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public final class AccountManager: RefreshTokenDelegate, ObservableObject {
8383
public var accounts: [ApiToken] {
8484
return Array(tokenStore.getAllTokens().values)
8585
}
86-
86+
8787
public var accountIds: [Int] {
8888
return accounts.map { $0.userId }
8989
}

0 commit comments

Comments
 (0)