Skip to content

Commit 4787dd3

Browse files
committed
rustfmt
1 parent 4eeadfb commit 4787dd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/testsuite/new.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ fn finds_author_email_only() {
221221
.env_remove("USER")
222222
.env_remove("USERNAME")
223223
.env_remove("NAME")
224-
.env_remove("EMAIL").env("EMAIL", "baz").run();
224+
.env_remove("EMAIL")
225+
.env("EMAIL", "baz")
226+
.run();
225227

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

0 commit comments

Comments
 (0)