Skip to content

Commit af98bd9

Browse files
committed
fix trailing indent in xargo files
1 parent fe5d977 commit af98bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/cargo-miri.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ default_features = false
353353
features = ["panic_unwind"]
354354
355355
[dependencies.test]
356-
"#,
356+
"#,
357357
)
358358
.unwrap();
359359
// The boring bits: a dummy project for xargo.
@@ -369,7 +369,7 @@ version = "0.0.0"
369369
370370
[lib]
371371
path = "lib.rs"
372-
"#,
372+
"#,
373373
)
374374
.unwrap();
375375
File::create(dir.join("lib.rs")).unwrap();

0 commit comments

Comments
 (0)