Skip to content

Commit

Permalink
fmt toml
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Aug 16, 2024
1 parent 9353123 commit daa7ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ datafusion = { path = "../datafusion/core", version = "41.0.0", features = [
"regex_expressions",
"unicode_expressions",
"compression",
"home_dir"
"home_dir",
] }
dirs = "4.0.0"
env_logger = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion datafusion/catalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rust-version.workspace = true
version.workspace = true

[features]
home_dir= ["dep:dirs"]
home_dir = ["dep:dirs"]

[dependencies]
arrow-schema = { workspace = true }
Expand Down

0 comments on commit daa7ed8

Please sign in to comment.