Skip to content

Commit a87e98e

Browse files
Trim trailing whitespace in Cargo.toml files (#3784)
1 parent 58a7ea4 commit a87e98e

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

crates/libs/strings/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ workspace = true
2121
[package.metadata.docs.rs]
2222
default-target = "x86_64-pc-windows-msvc"
2323
targets = []
24-

crates/samples/windows/ocr/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ publish = false
77
[dependencies.windows]
88
workspace = true
99
features = [
10-
"Media_Ocr",
11-
"Graphics_Imaging",
12-
"Storage_Streams",
10+
"Media_Ocr",
11+
"Graphics_Imaging",
12+
"Storage_Streams",
1313
]
1414

1515
[lints]

crates/tests/misc/const_fields/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ doctest = false
1111
[dependencies.windows]
1212
workspace = true
1313
features = [
14-
"Win32_Storage_CloudFilters",
14+
"Win32_Storage_CloudFilters",
1515
"Win32_System_CorrelationVector",
1616
]
1717

1818
[dependencies.windows-sys]
1919
workspace = true
2020
features = [
21-
"Win32_Storage_CloudFilters",
21+
"Win32_Storage_CloudFilters",
2222
"Win32_System_CorrelationVector",
2323
]
2424

crates/tests/misc/extensions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doctest = false
1111
[dependencies.windows]
1212
workspace = true
1313
features = [
14-
"Win32_Security_Cryptography",
14+
"Win32_Security_Cryptography",
1515
"Win32_NetworkManagement_IpHelper",
1616
"Win32_NetworkManagement_Ndis",
1717
"Win32_Networking_WinSock",

0 commit comments

Comments
 (0)