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

@ -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;

View file

@ -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;

View file

@ -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;