From 937eaa070565cc0d425490d2b5ac0cf3ad891eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Milenkovi=C4=87?= Date: Tue, 10 Dec 2024 20:25:47 +0000 Subject: [PATCH] fix cargo formatting --- ballista/executor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballista/executor/Cargo.toml b/ballista/executor/Cargo.toml index 72a373f21..f3ae49f1e 100644 --- a/ballista/executor/Cargo.toml +++ b/ballista/executor/Cargo.toml @@ -36,7 +36,7 @@ required-features = ["build-binary"] [features] build-binary = ["configure_me", "tracing-subscriber", "tracing-appender", "tracing"] -default = ["build-binary","mimalloc"] +default = ["build-binary", "mimalloc"] [dependencies] arrow = { workspace = true }