more indentation
This commit is contained in:
parent
0c5917b4a2
commit
17759255e7
@ -473,7 +473,11 @@ final class ReaderAPIAccountDelegate: AccountDelegate {
|
||||
if from is Account {
|
||||
addWebFeed(for: account, with: feed, to: to, completion: completion)
|
||||
} else {
|
||||
guard let subscriptionId = feed.externalID, let fromTag = (from as? Folder)?.name, let toTag = (to as? Folder)?.name else {
|
||||
guard
|
||||
let subscriptionId = feed.externalID,
|
||||
let fromTag = (from as? Folder)?.name,
|
||||
let toTag = (to as? Folder)?.name
|
||||
else {
|
||||
completion(.failure(ReaderAPIAccountDelegateError.invalidParameter))
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user