white space removal

This commit is contained in:
Stuart Breckenridge 2020-07-08 21:40:09 +08:00
parent af4849642c
commit 18f7d82f7a
No known key found for this signature in database
GPG Key ID: 79BD673276AE83CE
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ import Account
class SidebarSelectionModel: ObservableObject {
#if os(macOS)
@Published var selectedSidebarItems = Set<FeedIdentifier>() {
didSet {
@ -20,7 +21,7 @@ class SidebarSelectionModel: ObservableObject {
}
#endif
private var items = Set<FeedIdentifier>()
private var items = Set<FeedIdentifier>()
@Published var selectedSidebarItem: FeedIdentifier? = .none {
willSet {