mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 00:01:00 +00:00
Reduce line length
This commit is contained in:
parent
81169ffd2f
commit
703dbfdf3c
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@ extension Status {
|
|||
reblog = Status(storedStatus: reblogResult, account: Account(accountResult: reblogAccount), reblog: nil)
|
||||
}
|
||||
|
||||
self.init(storedStatus: statusResult.status, account: Account(accountResult: statusResult.accountResult), reblog: reblog)
|
||||
self.init(storedStatus: statusResult.status,
|
||||
account: Account(accountResult: statusResult.accountResult),
|
||||
reblog: reblog)
|
||||
}
|
||||
|
||||
convenience init(storedStatus: StoredStatus, account: Account, reblog: Status?) {
|
||||
|
|
Loading…
Reference in a new issue