From c1810e8ec92acbd78d6597f7c32c052236d653c3 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 21 Apr 2023 13:09:36 -0600 Subject: [PATCH] Fix formatting --- crates/gpui/src/elements/stack.rs | 2 +- crates/recent_projects/src/highlighted_workspace_location.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/gpui/src/elements/stack.rs b/crates/gpui/src/elements/stack.rs index 188f7012d4..348a9b4a3b 100644 --- a/crates/gpui/src/elements/stack.rs +++ b/crates/gpui/src/elements/stack.rs @@ -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. diff --git a/crates/recent_projects/src/highlighted_workspace_location.rs b/crates/recent_projects/src/highlighted_workspace_location.rs index 6d056d100a..d3ecfb74fb 100644 --- a/crates/recent_projects/src/highlighted_workspace_location.rs +++ b/crates/recent_projects/src/highlighted_workspace_location.rs @@ -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;