Fix formatting

This commit is contained in:
Weihang Lo 2020-09-10 00:26:06 +08:00
parent 71cae39de0
commit 45cfd0cd12
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -1630,9 +1630,7 @@ fn install_cargo_package_in_a_patched_workspace() {
package: [..]/foo/baz/Cargo.toml
workspace: [..]/foo/Cargo.toml
";
p.cargo("check")
.with_stderr_contains(&stderr)
.run();
p.cargo("check").with_stderr_contains(&stderr).run();
// A crate installation must not emit any message from a workspace under
// current working directory.