Skip to content

Commit dd0da28

Browse files
committed
consistent formatting in Cargo.toml
1 parent 9fd4104 commit dd0da28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/more/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ uucore = { workspace = true }
2323
crossterm = { workspace = true }
2424
unicode-width = { workspace = true }
2525
unicode-segmentation = { workspace = true }
26-
tempfile.workspace = true
26+
tempfile = { workspace = true }
2727

2828
[target.'cfg(all(unix, not(target_os = "fuchsia")))'.dependencies]
2929
nix = { workspace = true }

0 commit comments

Comments
 (0)