Small cleanup
This commit is contained in:
parent
a9958505d3
commit
fd0ef1ae7a
2 changed files with 2 additions and 2 deletions
|
|
@ -43,5 +43,5 @@ fun aHomeserverDataList(): List<HomeserverData> {
|
|||
fun aHomeserverData(
|
||||
homeserverUrl: String = AuthenticationConfig.MATRIX_ORG_URL,
|
||||
): HomeserverData {
|
||||
return HomeserverData(homeserverUrl = homeserverUrl,)
|
||||
return HomeserverData(homeserverUrl = homeserverUrl)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue