mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Move no-longer-needed let _ =.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user