mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 10:42:08 +00:00
fix format
This commit is contained in:
parent
aa6990bb6b
commit
3358420f6a
1 changed files with 1 additions and 5 deletions
|
@ -1119,11 +1119,7 @@ async fn test_channel_link_notifications(
|
|||
)
|
||||
});
|
||||
|
||||
assert_channels_list_shape(
|
||||
client_c.channel_store(),
|
||||
cx_c,
|
||||
&[(zed_channel, 0)],
|
||||
);
|
||||
assert_channels_list_shape(client_c.channel_store(), cx_c, &[(zed_channel, 0)]);
|
||||
}
|
||||
|
||||
#[gpui::test]
|
||||
|
|
Loading…
Reference in a new issue