mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 07:57:01 +00:00
remove extra space [skip ci]
This commit is contained in:
parent
65f95b66ad
commit
23d15eadac
@ -11,7 +11,7 @@ final class AccountManagerSharedDataTable: Table {
|
||||
func get(key: ValueBoxKey) -> PreferencesEntry? {
|
||||
if let object = self.values[key] {
|
||||
return object
|
||||
} else if let value = self.valueBox.get(self.table, key: key), let object = PostboxDecoder(buffer: value).decodeRootObject() as? PreferencesEntry {
|
||||
} else if let value = self.valueBox.get(self.table, key: key), let object = PostboxDecoder(buffer: value).decodeRootObject() as? PreferencesEntry {
|
||||
return object
|
||||
} else {
|
||||
return nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user