diff --git a/ballista/core/Cargo.toml b/ballista/core/Cargo.toml index f8146e90a..835682934 100644 --- a/ballista/core/Cargo.toml +++ b/ballista/core/Cargo.toml @@ -62,7 +62,7 @@ rand = { workspace = true } serde = { workspace = true, features = ["derive"] } sqlparser = { workspace = true } tokio = { workspace = true } -tokio-stream = { workspace = true , features = ["net"] } +tokio-stream = { workspace = true, features = ["net"] } tonic = { workspace = true } url = "2.2" diff --git a/ballista/executor/Cargo.toml b/ballista/executor/Cargo.toml index 02926f037..ed7c43186 100644 --- a/ballista/executor/Cargo.toml +++ b/ballista/executor/Cargo.toml @@ -59,7 +59,7 @@ tokio = { workspace = true, features = [ "parking_lot", "signal", ] } -tokio-stream = { workspace = true , features = ["net"] } +tokio-stream = { workspace = true, features = ["net"] } tonic = { workspace = true } tracing = { workspace = true } tracing-appender = { workspace = true }