Fix lint issues.
This commit is contained in:
parent
7e68069129
commit
4184941347
@ -51,7 +51,8 @@ struct Provider: TimelineProvider {
|
|||||||
let widgetData = try WidgetDataDecoder.decodeWidgetData()
|
let widgetData = try WidgetDataDecoder.decodeWidgetData()
|
||||||
entry = WidgetTimelineEntry(date: date, widgetData: widgetData)
|
entry = WidgetTimelineEntry(date: date, widgetData: widgetData)
|
||||||
} catch {
|
} catch {
|
||||||
entry = WidgetTimelineEntry(date: date, widgetData: WidgetData(currentUnreadCount: 0, currentTodayCount: 0, currentStarredCount: 0, unreadArticles: [], starredArticles: [], todayArticles: [], lastUpdateTime: Date()))
|
let widgetData = WidgetData(currentUnreadCount: 0, currentTodayCount: 0, currentStarredCount: 0, unreadArticles: [], starredArticles: [], todayArticles: [], lastUpdateTime: Date())
|
||||||
|
entry = WidgetTimelineEntry(date: date, widgetData: widgetData)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Configure next update in 1 hour.
|
// Configure next update in 1 hour.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user