Skip to content

Commit ed9d043

Browse files
committed
fix cargo toml formatting via taplo fmt
1 parent 10099f8 commit ed9d043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/amf0/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ byteorder = "1.5"
1717
bytes = "1.10.1"
1818
bytestring = "1.4.0"
1919
document-features = { optional = true, version = "0.2" }
20+
indexmap = { optional = true, version = "2.4.0" }
2021
num-derive = "0.4"
2122
num-traits = "0.2"
22-
indexmap = { version = "2.4.0", optional = true }
2323
scuffle-bytes-util = { path = "../bytes-util", version = ">=0.1.4" }
2424
scuffle-changelog = { optional = true, path = "../changelog", version = "0.1.0" }
2525
scuffle-workspace-hack.workspace = true

0 commit comments

Comments
 (0)