Skip to content

Commit d1935f3

Browse files
committed
chore(wc): reformat uucore features to multiline array
Reformat the uucore dependency features in src/uu/wc/Cargo.toml from an inline array to a multiline array with proper indentation for improved readability and consistency. No functional changes; this is solely a styling update.
1 parent dcf7174 commit d1935f3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/uu/wc/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ bytecount = { workspace = true, features = ["runtime-dispatch-simd"] }
2222
clap = { workspace = true }
2323
fluent = { workspace = true }
2424
thiserror = { workspace = true }
25-
uucore = { workspace = true, features = ["hardware", "parser", "pipes", "quoting-style"] }
25+
uucore = { workspace = true, features = [
26+
"hardware",
27+
"parser",
28+
"pipes",
29+
"quoting-style",
30+
] }
2631
unicode-width = { workspace = true }
2732

2833
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)