Skip to content

Commit

Permalink
chore: fmt toml
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Sep 13, 2023
1 parent 267e19e commit f2ee5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ common-procedure = { workspace = true }
common-query = { workspace = true }
common-recordbatch = { workspace = true }
common-runtime = { workspace = true }
substrait = { workspace = true }
common-telemetry = { workspace = true }
common-test-util = { workspace = true }
datanode = { workspace = true, features = ["testing"] }
Expand Down Expand Up @@ -56,6 +55,7 @@ sqlx = { version = "0.6", features = [
"postgres",
"chrono",
] }
substrait = { workspace = true }
table = { workspace = true }
tempfile.workspace = true
tokio.workspace = true
Expand Down

0 comments on commit f2ee5b6

Please sign in to comment.