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 188f7012d4a3c360009876ee69e85621608f81da..348a9b4a3bbaa4ca859d9ef8e394543a4afe087a 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 6d056d100aa4e04a1825d80759d68dd1c571aa47..d3ecfb74fb637bf64d283c99ca8d939ec4acd5e3 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;