mirror of
https://github.com/yattee/yattee.git
synced 2025-11-30 21:28:14 +00:00
Code style changes
This commit is contained in:
@@ -24,7 +24,7 @@ final class AccountsModel: ObservableObject {
|
||||
return nil
|
||||
}
|
||||
|
||||
return AccountsModel.find(id)
|
||||
return Self.find(id)
|
||||
}
|
||||
|
||||
var any: Account? {
|
||||
|
||||
Reference in New Issue
Block a user