vector-im/element-ios/issues/1098 - Fixed indentation in templates. Added UnitTests to the main RiotSwiftUI target.

This commit is contained in:
Stefan Ceriu
2021-09-29 11:55:05 +03:00
parent d4919448b2
commit 63ec641820
3 changed files with 8 additions and 2 deletions
@@ -55,7 +55,7 @@ final class TemplateUserProfileCoordinator: Coordinator {
switch result {
case .cancel, .done:
self.completion?()
break
break
}
}
}
@@ -17,5 +17,5 @@
import Foundation
struct TemplateUserProfileCoordinatorParameters {
let session: MXSession
let session: MXSession
}