cargo fmt

This commit is contained in:
Max Brunsfeld 2024-01-03 13:13:46 -08:00
parent 83f4c61657
commit a8061232a5
2 changed files with 5 additions and 8 deletions

View file

@ -1,10 +1,9 @@
use gpui::{
div, AnyElement, Element, IntoElement, ParentElement, RenderOnce, Styled,
WindowContext,
};
use smallvec::SmallVec;
use crate::prelude::*;
use crate::v_stack;
use gpui::{
div, AnyElement, Element, IntoElement, ParentElement, RenderOnce, Styled, WindowContext,
};
use smallvec::SmallVec;
/// A popover is used to display a menu or show some options.
///