Fix formatting

This commit is contained in:
Nathan Sobo 2023-11-14 01:58:10 -07:00
parent 364e3e7de5
commit 6abaacc457
11 changed files with 19 additions and 21 deletions

View file

@ -7,9 +7,9 @@ use crate::{
use anyhow::Result;
use collections::{HashMap, HashSet, VecDeque};
use gpui::{
actions, prelude::*, register_action, AppContext, AsyncWindowContext, Component, EntityId,
EventEmitter, FocusHandle, Model, Div, PromptLevel, Render, Task, View, ViewContext,
VisualContext, WeakView, WindowContext,
actions, prelude::*, register_action, AppContext, AsyncWindowContext, Component, Div, EntityId,
EventEmitter, FocusHandle, Model, PromptLevel, Render, Task, View, ViewContext, VisualContext,
WeakView, WindowContext,
};
use parking_lot::Mutex;
use project2::{Project, ProjectEntryId, ProjectPath};