Skip to content

Commit 124ff40

Browse files
committed
fixes(settings): make lint
1 parent fdca95c commit 124ff40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/settings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ test = false
1010

1111
[dependencies]
1212
common-ast = { path = "../../query/ast" }
13+
common-base = { path = "../../common/base" }
1314
common-config = { path = "../config" }
1415
common-exception = { path = "../../common/exception" }
1516
common-meta-types = { path = "../../meta/types" }
1617
common-users = { path = "../users" }
17-
common-base = { path = "../../common/base" }
1818

1919
futures = "0.3.21"
2020
itertools = "0.10.3"

0 commit comments

Comments
 (0)