fix format

This commit is contained in:
Conrad Irwin 2023-10-24 11:17:17 +02:00
parent aa6990bb6b
commit 3358420f6a

View file

@ -1119,11 +1119,7 @@ async fn test_channel_link_notifications(
) )
}); });
assert_channels_list_shape( assert_channels_list_shape(client_c.channel_store(), cx_c, &[(zed_channel, 0)]);
client_c.channel_store(),
cx_c,
&[(zed_channel, 0)],
);
} }
#[gpui::test] #[gpui::test]