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::{ use crate::{
geometry::{rect::RectF, vector::Vector2F}, geometry::{rect::RectF, vector::Vector2F},
json::{self, json, ToJson}, 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. /// 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 fuzzy::StringMatch;
use gpui::{ use gpui::{
elements::{Label, LabelStyle}, elements::{Label, LabelStyle},
Element, AnyElement, View, AnyElement, Element, View,
}; };
use workspace::WorkspaceLocation; use workspace::WorkspaceLocation;