mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-02 07:04:33 +00:00
cargo fmt
This commit is contained in:
parent
bbd513eef5
commit
d3d5fb53da
2 changed files with 2 additions and 4 deletions
|
|
@ -188,8 +188,7 @@ mod tests {
|
|||
#[gpui::test]
|
||||
async fn test_python_autoindent(cx: &mut TestAppContext) {
|
||||
cx.executor().set_block_on_ticks(usize::MAX..=usize::MAX);
|
||||
let language =
|
||||
crate::language("python", tree_sitter_python::language(), None).await;
|
||||
let language = crate::language("python", tree_sitter_python::language(), None).await;
|
||||
cx.update(|cx| {
|
||||
let test_settings = SettingsStore::test(cx);
|
||||
cx.set_global(test_settings);
|
||||
|
|
|
|||
|
|
@ -55,8 +55,7 @@ use welcome::{show_welcome_view, BaseKeymap, FIRST_OPEN};
|
|||
use workspace::{AppState, WorkspaceStore};
|
||||
use zed::{
|
||||
app_menus, build_window_options, ensure_only_instance, handle_cli_connection,
|
||||
handle_keymap_file_changes, initialize_workspace, IsOnlyInstance, OpenListener,
|
||||
OpenRequest,
|
||||
handle_keymap_file_changes, initialize_workspace, IsOnlyInstance, OpenListener, OpenRequest,
|
||||
};
|
||||
|
||||
#[global_allocator]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue