Skip to content

Commit ac26c48

Browse files
committed
Format toml
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent d51342b commit ac26c48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/query/planner/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ edition = "2021"
99
[dependencies]
1010
common-catalog = { path = "../catalog" }
1111
common-datavalues = { path = "../datavalues" }
12-
common-meta-app = {path = "../../meta/app"}
13-
common-meta-types = {path = "../../meta/types"}
12+
common-meta-app = { path = "../../meta/app" }
13+
common-meta-types = { path = "../../meta/types" }
1414

1515
parking_lot = "0.12"
16-
serde = { version = "1", features = ["derive"]}
16+
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)