Skip to content

Commit c63ad5c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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"] }

0 commit comments

Comments
 (0)