Skip to content

Commit 33c3e0a

Browse files
committed
test(manifest): Reduce indent to make coppy/paste easier
1 parent 6738ddd commit 33c3e0a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tests/testsuite/bad_config.rs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -772,19 +772,19 @@ fn unused_keys() {
772772
.file(
773773
"Cargo.toml",
774774
r#"
775-
[package]
776-
name = "foo"
777-
version = "0.1.0"
778-
edition = "2015"
779-
authors = []
780-
unused = "foo"
781-
782-
[target.foo]
783-
bar = "3"
784-
785-
[lib]
786-
build = "foo"
787-
"#,
775+
[package]
776+
name = "foo"
777+
version = "0.1.0"
778+
edition = "2015"
779+
authors = []
780+
unused = "foo"
781+
782+
[target.foo]
783+
bar = "3"
784+
785+
[lib]
786+
build = "foo"
787+
"#,
788788
)
789789
.file("src/lib.rs", "")
790790
.build();

0 commit comments

Comments
 (0)