From a83bd6c2943f9cc099ea4c55443df2cdefedeb6a Mon Sep 17 00:00:00 2001 From: Devin D'Angelo Date: Wed, 6 Dec 2023 09:16:28 -0500 Subject: [PATCH] cargo toml format --- datafusion-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml index b7877b245d0d..fd2dfd76c20e 100644 --- a/datafusion-cli/Cargo.toml +++ b/datafusion-cli/Cargo.toml @@ -48,6 +48,6 @@ url = "2.2" [dev-dependencies] assert_cmd = "2.0" ctor = "0.2.0" +datafusion-common = { path = "../datafusion/common" } predicates = "3.0" rstest = "0.17" -datafusion-common = {path="../datafusion/common"}