mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-16 23:34:11 +00:00
Cargo fmt
This commit is contained in:
parent
be6c909587
commit
fdde76c1a5
1 changed files with 1 additions and 1 deletions
|
@ -5,8 +5,8 @@ use gpui::{
|
|||
div, AnyView, Div, IntoElement, ParentElement, Render, Styled, Subscription, View, ViewContext,
|
||||
WindowContext,
|
||||
};
|
||||
use ui::h_stack;
|
||||
use ui::prelude::*;
|
||||
use ui::{h_stack};
|
||||
use util::ResultExt;
|
||||
|
||||
pub trait StatusItemView: Render {
|
||||
|
|
Loading…
Reference in a new issue