Fix formatting

This commit is contained in:
Nathan Sobo 2023-04-21 13:09:36 -06:00
parent fe492eacbf
commit c1810e8ec9
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ use std::ops::Range;
use crate::{
geometry::{rect::RectF, vector::Vector2F},
json::{self, json, ToJson},
Element, AnyElement, SceneBuilder, SizeConstraint, View, ViewContext,
AnyElement, Element, SceneBuilder, SizeConstraint, View, ViewContext,
};
/// Element which renders it's children in a stack on top of each other.

View File

@ -3,7 +3,7 @@ use std::path::Path;
use fuzzy::StringMatch;
use gpui::{
elements::{Label, LabelStyle},
Element, AnyElement, View,
AnyElement, Element, View,
};
use workspace::WorkspaceLocation;