Run cargo fmt
This commit is contained in:
@@ -11,9 +11,7 @@ use gpui::{
|
||||
use std::{fmt::Display, ops::Range};
|
||||
use text::Bias;
|
||||
use time::{OffsetDateTime, UtcOffset};
|
||||
use ui::{
|
||||
HighlightedLabel, ListItem, ListItemSpacing, WithScrollbar, Tooltip, prelude::*,
|
||||
};
|
||||
use ui::{HighlightedLabel, ListItem, ListItemSpacing, Tooltip, WithScrollbar, prelude::*};
|
||||
|
||||
pub struct AcpThreadHistory {
|
||||
pub(crate) history_store: Entity<HistoryStore>,
|
||||
|
||||
@@ -195,8 +195,8 @@ use theme::{
|
||||
observe_buffer_font_size_adjustment,
|
||||
};
|
||||
use ui::{
|
||||
ButtonSize, ButtonStyle, ContextMenu, Disclosure, IconButton, IconName,
|
||||
IconSize, Indicator, Key, Tooltip, h_flex, prelude::*, scrollbars::ScrollbarAutoHide,
|
||||
ButtonSize, ButtonStyle, ContextMenu, Disclosure, IconButton, IconName, IconSize, Indicator,
|
||||
Key, Tooltip, h_flex, prelude::*, scrollbars::ScrollbarAutoHide,
|
||||
};
|
||||
use util::{RangeExt, ResultExt, TryFutureExt, maybe, post_inc};
|
||||
use workspace::{
|
||||
|
||||
@@ -14,8 +14,8 @@ use text::Rope;
|
||||
use theme::ThemeSettings;
|
||||
use ui::{
|
||||
ActiveTheme, AnyElement, ButtonCommon, ButtonStyle, Clickable, FluentBuilder, IconButton,
|
||||
IconName, IconSize, InteractiveElement, IntoElement, Label, LabelCommon,
|
||||
LabelSize, ParentElement, Pixels, SharedString, StatefulInteractiveElement, Styled, StyledExt,
|
||||
IconName, IconSize, InteractiveElement, IntoElement, Label, LabelCommon, LabelSize,
|
||||
ParentElement, Pixels, SharedString, StatefulInteractiveElement, Styled, StyledExt,
|
||||
WithScrollbar, div, relative,
|
||||
};
|
||||
|
||||
|
||||
@@ -33,8 +33,8 @@ use std::{
|
||||
},
|
||||
};
|
||||
use ui::{
|
||||
List, ListItem, ListSeparator, Modal, ModalHeader, Navigable, NavigableEntry,
|
||||
Section, Tooltip, WithScrollbar, prelude::*,
|
||||
List, ListItem, ListSeparator, Modal, ModalHeader, Navigable, NavigableEntry, Section, Tooltip,
|
||||
WithScrollbar, prelude::*,
|
||||
};
|
||||
use util::{
|
||||
ResultExt,
|
||||
|
||||
Reference in New Issue
Block a user