Skip to content

Commit bb01c4c

Browse files
Fix TOML formatting
1 parent 8a8f631 commit bb01c4c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/uu/sort/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@ self_cell = { workspace = true }
3737
tempfile = { workspace = true }
3838
thiserror = { workspace = true }
3939
unicode-width = { workspace = true }
40-
uucore = { workspace = true, features = ["fs", "parser", "version-cmp", "i18n-common", "i18n-collator"] }
40+
uucore = { workspace = true, features = [
41+
"fs",
42+
"parser",
43+
"version-cmp",
44+
"i18n-common",
45+
"i18n-collator",
46+
] }
4147
fluent = { workspace = true }
4248
nix = { workspace = true }
4349

0 commit comments

Comments
 (0)