Fix formatting
This commit is contained in:
parent
de9bf6dfbd
commit
8136d8a8a6
19 changed files with 28 additions and 46 deletions
|
@ -1,8 +1,8 @@
|
|||
use collections::HashSet;
|
||||
use editor::{Editor, GoToDiagnostic};
|
||||
use gpui::{
|
||||
elements::*, platform::CursorStyle, serde_json, Entity, ModelHandle, MouseButton,
|
||||
AppContext, RenderContext, Subscription, View, ViewContext, ViewHandle, WeakViewHandle,
|
||||
elements::*, platform::CursorStyle, serde_json, AppContext, Entity, ModelHandle, MouseButton,
|
||||
RenderContext, Subscription, View, ViewContext, ViewHandle, WeakViewHandle,
|
||||
};
|
||||
use language::Diagnostic;
|
||||
use project::Project;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue