Skip to content

Commit 45cfd0c

Browse files
committed
Fix formatting
1 parent 71cae39 commit 45cfd0c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/testsuite/install.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,9 +1630,7 @@ fn install_cargo_package_in_a_patched_workspace() {
16301630
package: [..]/foo/baz/Cargo.toml
16311631
workspace: [..]/foo/Cargo.toml
16321632
";
1633-
p.cargo("check")
1634-
.with_stderr_contains(&stderr)
1635-
.run();
1633+
p.cargo("check").with_stderr_contains(&stderr).run();
16361634

16371635
// A crate installation must not emit any message from a workspace under
16381636
// current working directory.

0 commit comments

Comments
 (0)