Skip to content

Commit 0b51e0b

Browse files
committed
chore: make fmt check happy
Signed-off-by: Chojan Shang <[email protected]>
1 parent 35dda64 commit 0b51e0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datafusion/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pin-project-lite = "^0.2.7"
9090
rand = { workspace = true }
9191
sqlparser = { workspace = true }
9292
tempfile = { workspace = true }
93-
tokio = { workspace = true , feature = ["rt-multi-thread", "parking_lot"] }
93+
tokio = { workspace = true, feature = ["rt-multi-thread", "parking_lot"] }
9494
tokio-util = { version = "0.7.4", features = ["io"], optional = true }
9595
url = { workspace = true }
9696
uuid = { version = "1.0", features = ["v4"] }

datafusion/physical-expr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ criterion = "0.5"
7777
datafusion = { workspace = true }
7878
rand = { workspace = true }
7979
rstest = { workspace = true }
80-
tokio = { workspace = true , features = ["rt-multi-thread"] }
80+
tokio = { workspace = true, features = ["rt-multi-thread"] }
8181

8282
[[bench]]
8383
harness = false

datafusion/physical-plan/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ tokio = { workspace = true, features = [
6767
"rt-multi-thread",
6868
"fs",
6969
"parking_lot",
70-
] }
70+
] }

0 commit comments

Comments
 (0)