-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Assuming the following dependency in a Cargo.toml file with inconsistent white spaces within the square brackets:
tokio = { version = "1.43.0", features = [ "rt", "sync"] }I would expect cargo-sort to format it to the following:
tokio = { version = "1.43.0", features = ["rt", "sync"] }But it does not re-format it and keeps the extra space.
cargo-sort version used: 1.0.9
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels