Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aniljava committed Dec 3, 2020
1 parent 4eeadfb commit 4787dd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testsuite/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ fn finds_author_email_only() {
.env_remove("USER")
.env_remove("USERNAME")
.env_remove("NAME")
.env_remove("EMAIL").env("EMAIL", "baz").run();
.env_remove("EMAIL")
.env("EMAIL", "baz")
.run();

let toml = paths::root().join("foo/Cargo.toml");
println!("{:?}", toml);
Expand Down

0 comments on commit 4787dd3

Please sign in to comment.