Fix the formatting
This commit is contained in:
parent
0a04c5734b
commit
27d2accb51
3 changed files with 3 additions and 6 deletions
|
@ -3,13 +3,13 @@ use std::sync::Arc;
|
|||
use chrono::DateTime;
|
||||
use gpui2::{px, relative, rems, view, Context, Size, View};
|
||||
|
||||
use crate::{prelude::*, NotificationsPanel};
|
||||
use crate::{
|
||||
static_livestream, old_theme, user_settings_mut, v_stack, AssistantPanel, Button, ChatMessage,
|
||||
old_theme, static_livestream, user_settings_mut, v_stack, AssistantPanel, Button, ChatMessage,
|
||||
ChatPanel, CollabPanel, EditorPane, FakeSettings, Label, LanguageSelector, Pane, PaneGroup,
|
||||
Panel, PanelAllowedSides, PanelSide, ProjectPanel, SettingValue, SplitDirection, StatusBar,
|
||||
Terminal, TitleBar, Toast, ToastOrigin,
|
||||
};
|
||||
use crate::{prelude::*, NotificationsPanel};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Gpui2UiDebug {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue