Make TimelineStringFormatter a struct rather than a class.

This commit is contained in:
Brent Simmons 2018-12-27 22:29:45 -08:00
parent 9c13950815
commit b9032b295f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import Foundation
import Articles import Articles
import RSParser import RSParser
class TimelineStringFormatter { struct TimelineStringFormatter {
private static var feedNameCache = [String: String]() private static var feedNameCache = [String: String]()
private static var titleCache = [String: String]() private static var titleCache = [String: String]()