Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Sep 9, 2020
1 parent 71cae39 commit 45cfd0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/testsuite/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 45cfd0c

Please sign in to comment.