mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 20:16:54 +01:00
Mark function as having @discardableResult, because we don’t always care about the result.
This commit is contained in:
parent
e4f809be99
commit
3d0d6fa8a9
@ -50,6 +50,7 @@ final class StatusesTable: DatabaseTable {
|
||||
|
||||
// MARK: Marking
|
||||
|
||||
@discardableResult
|
||||
func mark(_ statuses: Set<ArticleStatus>, _ statusKey: ArticleStatus.Key, _ flag: Bool, _ database: FMDatabase) -> Set<ArticleStatus>? {
|
||||
|
||||
// Sets flag in both memory and in database.
|
||||
|
Loading…
x
Reference in New Issue
Block a user