diff --git a/RiotSwiftUI/Modules/Spaces/AddRoomSelector/Service/AddRoomItemsProcessor.swift b/RiotSwiftUI/Modules/Spaces/AddRoomSelector/Service/AddRoomItemsProcessor.swift index b77a58008..9e194ff7f 100644 --- a/RiotSwiftUI/Modules/Spaces/AddRoomSelector/Service/AddRoomItemsProcessor.swift +++ b/RiotSwiftUI/Modules/Spaces/AddRoomSelector/Service/AddRoomItemsProcessor.swift @@ -44,8 +44,8 @@ class AddRoomItemsProcessor: MatrixItemChooserProcessorProtocol { // MARK: Private - // Add room with roomId from list of room IDs at index to the parentSpace. - // Recurse to the next index once done. + /// Add room with roomId from list of room IDs at index to the parentSpace. + /// Recurse to the next index once done. func addChild(from roomIds: [String], at index: Int, completion: @escaping (Result) -> Void) { guard index < roomIds.count else { // last item has been processed or list is empty --> the recursion has finished