fix trailing indent in xargo files

This commit is contained in:
Ralf Jung 2020-03-01 11:53:34 +01:00
parent fe5d977480
commit af98bd9a53

View File

@ -353,7 +353,7 @@ default_features = false
features = ["panic_unwind"]
[dependencies.test]
"#,
"#,
)
.unwrap();
// The boring bits: a dummy project for xargo.
@ -369,7 +369,7 @@ version = "0.0.0"
[lib]
path = "lib.rs"
"#,
"#,
)
.unwrap();
File::create(dir.join("lib.rs")).unwrap();