mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 02:18:17 +00:00
Code style changes
This commit is contained in:
@@ -2,7 +2,7 @@ import Foundation
|
||||
import KeychainAccess
|
||||
|
||||
struct KeychainModel {
|
||||
static var shared = KeychainModel()
|
||||
static var shared = Self()
|
||||
|
||||
var keychain = Keychain(service: "stream.yattee.app")
|
||||
|
||||
|
Reference in New Issue
Block a user