Skip to content

Commit ffa23d2

Browse files
authored
Fix formatting in workspace Cargo.toml (#38563)
This PR fixes some formatting issues in the workspace `Cargo.toml`. Release Notes: - N/A
1 parent 7820586 commit ffa23d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,9 @@ members = [
219219
# Tooling
220220
#
221221

222+
"tooling/perf",
222223
"tooling/workspace-hack",
223-
"tooling/xtask", "tooling/perf",
224+
"tooling/xtask",
224225
]
225226
default-members = ["crates/zed"]
226227

0 commit comments

Comments
 (0)