Fix formatting
This commit is contained in:
parent
364e3e7de5
commit
6abaacc457
11 changed files with 19 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
use gpui::{
|
||||
actions, div, prelude::*, FocusHandle, Focusable, KeyBinding, Div, Render, Stateful, View,
|
||||
actions, div, prelude::*, Div, FocusHandle, Focusable, KeyBinding, Render, Stateful, View,
|
||||
WindowContext,
|
||||
};
|
||||
use theme2::ActiveTheme;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
use fuzzy::StringMatchCandidate;
|
||||
use gpui::{div, prelude::*, KeyBinding, Div, Render, Styled, Task, View, WindowContext};
|
||||
use gpui::{div, prelude::*, Div, KeyBinding, Render, Styled, Task, View, WindowContext};
|
||||
use picker::{Picker, PickerDelegate};
|
||||
use std::sync::Arc;
|
||||
use theme2::ActiveTheme;
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
use gpui::{
|
||||
div, prelude::*, px, Div, Render, SharedString, Stateful, Styled, View, WindowContext,
|
||||
};
|
||||
use gpui::{div, prelude::*, px, Div, Render, SharedString, Stateful, Styled, View, WindowContext};
|
||||
use theme2::ActiveTheme;
|
||||
|
||||
pub struct ScrollStory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue