From 1e29b61e344f5af07a5749cc12716e950abc1ad4 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 23 Dec 2024 17:17:21 -0500 Subject: [PATCH] taplo format --- datafusion/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index df1263a3d63e..64ad8f2ba152 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -75,7 +75,7 @@ recursive_protection = [ "datafusion-expr/recursive_protection", "datafusion-optimizer/recursive_protection", "datafusion-physical-optimizer/recursive_protection", - "datafusion-sql/recursive_protection" + "datafusion-sql/recursive_protection", ] serde = ["arrow-schema/serde"] string_expressions = ["datafusion-functions/string_expressions"]