From ffa23d25e315eda8079664fb8fe2d8618003ef4b Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Sat, 20 Sep 2025 11:23:02 -0400 Subject: [PATCH] Fix formatting in workspace `Cargo.toml` (#38563) This PR fixes some formatting issues in the workspace `Cargo.toml`. Release Notes: - N/A --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad07429243817b27b4c09fc651b50de820183a9d..fd08fbb3f971e84d27e469bd79888531366109c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -219,8 +219,9 @@ members = [ # Tooling # + "tooling/perf", "tooling/workspace-hack", - "tooling/xtask", "tooling/perf", + "tooling/xtask", ] default-members = ["crates/zed"]