Skip to content

Commit 0a46dbc

Browse files
committed
Small formatting fix
1 parent 34cedd6 commit 0a46dbc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,9 @@ mod tests {
408408
) => {
409409
#[test]
410410
fn $name() {
411-
let cargo_toml = $cargo_toml.parse::<DocumentMut
412-
>()
411+
let cargo_toml = $cargo_toml.parse::<DocumentMut>()
413412
.expect("Parses `Cargo.toml`");
414-
let workspace_cargo_toml = $workspace_toml.parse::<DocumentMut
415-
>()
413+
let workspace_cargo_toml = $workspace_toml.parse::<DocumentMut>()
416414
.expect("Parses workspace `Cargo.toml`");
417415

418416
let workspace_deps = extract_workspace_dependencies(&workspace_cargo_toml)

0 commit comments

Comments
 (0)