indentation

This commit is contained in:
David Langley
2021-08-18 12:48:04 +01:00
parent ec86f8e797
commit d5f72ccce1
@@ -25,7 +25,7 @@ class RoomNotificationSettingsSwiftUIViewModel: RoomNotificationSettingsViewMode
lazy var cancellables = Set<AnyCancellable>()
override init(roomNotificationService: RoomNotificationSettingsServiceType, initialState: RoomNotificationSettingsViewState) {
self.viewState = initialState
self.viewState = initialState
super.init(roomNotificationService: roomNotificationService, initialState: initialState)
}