Skip to content

Commit 692c978

Browse files
committed
fix taplo fmt.
1 parent d051aca commit 692c978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/query/pipeline/sources/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ futures = "0.3.24"
3333
futures-util = "0.3.24"
3434
opendal = { version = "0.22", features = ["compress"] }
3535
parking_lot = "0.12.1"
36-
serde_json = { workspace = true }
3736
serde = { workspace = true }
37+
serde_json = { workspace = true }
3838
similar-asserts = "1.4.2"
3939
tracing = "0.1.36"
4040
typetag = "0.2.3"

src/query/sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ common-pipeline-transforms = { path = "../pipeline/transforms" }
3838

3939
common-settings = { path = "../settings" }
4040
common-storage = { path = "../../common/storage" }
41+
common-storages-stage = { path = "../storages/stage" }
4142
common-storages-table-meta = { path = "../storages/table-meta" }
4243
common-storages-view = { path = "../storages/view" }
43-
common-storages-stage= { path = "../storages/stage" }
4444
common-tracing = { path = "../../common/tracing" }
4545
common-users = { path = "../users" }
4646

0 commit comments

Comments
 (0)