mirror of
https://github.com/yattee/yattee.git
synced 2025-10-10 17:38:15 +00:00
Code style changes
This commit is contained in:
@@ -4,7 +4,7 @@ import Siesta
|
||||
|
||||
struct OpenURLHandler {
|
||||
static var firstHandle = true
|
||||
static var shared = OpenURLHandler()
|
||||
static var shared = Self()
|
||||
static let yatteeProtocol = "yattee://"
|
||||
|
||||
var accounts: AccountsModel { .shared }
|
||||
|
Reference in New Issue
Block a user