Fixes lint error

This commit is contained in:
ericdecanini 2022-06-15 16:00:00 +02:00
parent b5fc0b502c
commit 9766b62539

View File

@ -164,7 +164,7 @@ data class RoomSummary(
*/ */
val spaceChildren: List<SpaceChildInfo>? = null, val spaceChildren: List<SpaceChildInfo>? = null,
/** /**
* The name of the room's direct space parent if any * The name of the room's direct space parent if any.
*/ */
val directParentName: String? = null, val directParentName: String? = null,
/** /**