mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Code style changes
This commit is contained in:
@@ -3,7 +3,7 @@ import Logging
|
||||
|
||||
struct URLBookmarkModel {
|
||||
static let bookmarkPrefix = "urlbookmark-"
|
||||
static var shared = URLBookmarkModel()
|
||||
static var shared = Self()
|
||||
|
||||
var logger = Logger(label: "stream.yattee.url-bookmark")
|
||||
|
||||
|
Reference in New Issue
Block a user