Skip to content

Commit 87aff5d

Browse files
committed
taplo fmt
1 parent 47c7116 commit 87aff5d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

crates/core/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ tokio = { workspace = true, features = [
4040
"rt-multi-thread",
4141
"sync",
4242
] }
43-
pyo3 = { workspace = true, features = ["extension-module", "generate-import-lib"] }
43+
pyo3 = { workspace = true, features = [
44+
"extension-module",
45+
"generate-import-lib",
46+
] }
4447
pyo3-async-runtimes = { workspace = true, features = ["tokio-runtime"] }
4548
pyo3-log = { workspace = true }
4649
chrono = { workspace = true }

0 commit comments

Comments
 (0)