From ea9a85395aa2268f8ae5666921a35cd73ff2aa79 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 15 Jun 2023 11:11:48 +0200 Subject: [PATCH] chore(ui): Add missing trailing commas. --- crates/matrix-sdk-ui/tests/integration/room_list.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/matrix-sdk-ui/tests/integration/room_list.rs b/crates/matrix-sdk-ui/tests/integration/room_list.rs index b610e1871..0422aaa6c 100644 --- a/crates/matrix-sdk-ui/tests/integration/room_list.rs +++ b/crates/matrix-sdk-ui/tests/integration/room_list.rs @@ -1573,8 +1573,8 @@ async fn test_input_viewport() -> Result<(), Error> { VISIBLE_ROOMS: { "ranges": [], "timeline_limit": 20, - } - } + }, + }, }, respond with = { "pos": "1", @@ -1596,8 +1596,8 @@ async fn test_input_viewport() -> Result<(), Error> { VISIBLE_ROOMS: { "ranges": [[10, 15], [20, 25]], "timeline_limit": 20, - } - } + }, + }, }, respond with = { "pos": "1",