mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix lint issues.
This commit is contained in:
@@ -12,7 +12,7 @@ import Account
|
||||
final class ArticleStatusSyncTimer {
|
||||
|
||||
static let shared = ArticleStatusSyncTimer()
|
||||
|
||||
|
||||
private static let intervalSeconds = Double(120)
|
||||
|
||||
var shuttingDown = false
|
||||
@@ -33,7 +33,7 @@ final class ArticleStatusSyncTimer {
|
||||
shuttingDown = true
|
||||
invalidate()
|
||||
}
|
||||
|
||||
|
||||
func invalidate() {
|
||||
guard let timer = internalTimer else {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user