Skip to content

Commit

Permalink
run tomlformat
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Sep 22, 2023
1 parent 5185702 commit a42d90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datafusion/expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ path = "src/lib.rs"
[dependencies]
ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] }
arrow = { workspace = true }
datafusion-common = { path = "../common", version = "31.0.0" , default-features = false }
datafusion-common = { path = "../common", version = "31.0.0", default-features = false }
sqlparser = { workspace = true }
strum = { version = "0.25.0", features = ["derive"] }
strum_macros = "0.25.0"
Expand Down
2 changes: 1 addition & 1 deletion datafusion/optimizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ unicode_expressions = ["datafusion-physical-expr/unicode_expressions"]
arrow = { workspace = true }
async-trait = "0.1.41"
chrono = { workspace = true }
datafusion-common = { path = "../common", version = "31.0.0" , default-features = false }
datafusion-common = { path = "../common", version = "31.0.0", default-features = false }
datafusion-expr = { path = "../expr", version = "31.0.0" }
datafusion-physical-expr = { path = "../physical-expr", version = "31.0.0", default-features = false }
hashbrown = { version = "0.14", features = ["raw"] }
Expand Down

0 comments on commit a42d90d

Please sign in to comment.