Skip to content

Commit 41b80c6

Browse files
committed
Fix Kdocs.
1 parent 13a13f3 commit 41b80c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stream-chat-android-ui-components-sample/src/main/kotlin/io/getstream/chat/ui/sample/feature/channel/list

stream-chat-android-ui-components-sample/src/main/kotlin/io/getstream/chat/ui/sample/feature/channel/list/ChannelListFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ChannelListFragment : Fragment() {
6363
* QuerySortByField
6464
* .descByName<Channel>("pinned_at")
6565
* .descByName("last_updated")
66-
* ``` * ```
66+
* ```
6767
*/
6868
private val viewModel: ChannelListViewModel by viewModels {
6969
val user = App.instance.userRepository.getUser()

0 commit comments

Comments
 (0)