Formating fixes

This commit is contained in:
Aleksandrs Proskurins
2022-10-04 15:44:09 +03:00
parent 7f6957cc34
commit dd512cb749
3 changed files with 8 additions and 3 deletions
@@ -24,10 +24,10 @@ struct UserOtherSessionsCoordinatorParameters {
}
final class UserOtherSessionsCoordinator: Coordinator, Presentable {
private let parameters: UserOtherSessionsCoordinatorParameters
private let userOtherSessionsHostingController: UIViewController
private var userOtherSessionsViewModel: UserOtherSessionsViewModelProtocol
private var indicatorPresenter: UserIndicatorTypePresenterProtocol
private var loadingIndicator: UserIndicator?
@@ -25,6 +25,7 @@ enum OtherUserSessionsFilter {
}
class UserOtherSessionsViewModel: UserOtherSessionsViewModelType, UserOtherSessionsViewModelProtocol {
var completion: ((UserOtherSessionsViewModelResult) -> Void)?
private let sessionsInfo: [UserSessionInfo]