mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
fmt
This commit is contained in:
parent
8599ba557d
commit
5d16f76518
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
use crate::{
|
||||
div, point, Div, Element, FocusHandle, Keystroke, Modifiers, Pixels, Point, Render,
|
||||
ViewContext,
|
||||
div, point, Div, Element, FocusHandle, Keystroke, Modifiers, Pixels, Point, Render, ViewContext,
|
||||
};
|
||||
use smallvec::SmallVec;
|
||||
use std::{any::Any, fmt::Debug, marker::PhantomData, ops::Deref, path::PathBuf};
|
||||
|
@ -287,7 +286,7 @@ pub struct FocusEvent {
|
|||
mod test {
|
||||
use crate::{
|
||||
self as gpui, div, Div, FocusHandle, InteractiveElement, KeyBinding, Keystroke,
|
||||
ParentElement, Stateful, TestAppContext, Render, VisualContext,
|
||||
ParentElement, Render, Stateful, TestAppContext, VisualContext,
|
||||
};
|
||||
|
||||
struct TestView {
|
||||
|
|
Loading…
Reference in a new issue