mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-20 06:30:31 +01:00
Move no-longer-needed let _ =.
This commit is contained in:
parent
f527353b58
commit
c5c28464e0
@ -45,7 +45,7 @@ struct FeedsImporter {
|
||||
BatchUpdate.shared.perform {
|
||||
for feed in feedsToImport {
|
||||
if !account.hasFeed(with: feed.feedID) {
|
||||
let _ = account.addFeed(feed, to: nil)
|
||||
account.addFeed(feed, to: nil)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user