Skip to content

Commit 895892e

Browse files
committed
Strip trailing whitespace in tests/testsuite/metadata.rs
1 parent bf43053 commit 895892e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/testsuite/metadata.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ fn workspace_metadata_with_dependencies_no_deps() {
12241224
name = "bar"
12251225
version = "0.5.0"
12261226
authors = ["wycats@example.com"]
1227-
1227+
12281228
[dependencies]
12291229
baz = { path = "../baz/" }
12301230
artifact = { path = "../artifact/", artifact = "bin" }
@@ -1474,13 +1474,13 @@ fn workspace_metadata_with_dependencies_and_resolve() {
14741474
name = "artifact"
14751475
version = "0.5.0"
14761476
authors = []
1477-
1477+
14781478
[lib]
14791479
crate-type = ["staticlib", "cdylib", "rlib"]
1480-
1480+
14811481
[[bin]]
14821482
name = "bar-name"
1483-
1483+
14841484
[[bin]]
14851485
name = "baz-name"
14861486
"#,
@@ -1494,10 +1494,10 @@ fn workspace_metadata_with_dependencies_and_resolve() {
14941494
name = "bin-only-artifact"
14951495
version = "0.5.0"
14961496
authors = []
1497-
1497+
14981498
[[bin]]
14991499
name = "a-name"
1500-
1500+
15011501
[[bin]]
15021502
name = "b-name"
15031503
"#,
@@ -4343,7 +4343,7 @@ fn workspace_metadata_with_dependencies_no_deps_artifact() {
43434343
name = "bar"
43444344
version = "0.5.0"
43454345
authors = ["wycats@example.com"]
4346-
4346+
43474347
[dependencies]
43484348
baz = { path = "../baz/" }
43494349
baz-renamed = { path = "../baz/" }

0 commit comments

Comments
 (0)