mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-24 16:51:19 +01:00
Operator spacing
This commit is contained in:
parent
ba6315fa07
commit
ede4813a1a
@ -21,7 +21,7 @@ struct CacheCleaner {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If the image disk cache hasn't been flushed for 3 days and the network is available, delete it
|
// If the image disk cache hasn't been flushed for 3 days and the network is available, delete it
|
||||||
if flushDate.addingTimeInterval(3600*24*3) < Date() {
|
if flushDate.addingTimeInterval(3600 * 24 * 3) < Date() {
|
||||||
if let reachability = try? Reachability(hostname: "apple.com") {
|
if let reachability = try? Reachability(hostname: "apple.com") {
|
||||||
if reachability.connection != .unavailable {
|
if reachability.connection != .unavailable {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user