Skip to content

Commit 76511c5

Browse files
committed
Undo unintentional formatting change
1 parent b84f827 commit 76511c5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

python/Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ lance-core = { path = "../rust/lance-core" }
3636
lance-datagen = { path = "../rust/lance-datagen", optional = true }
3737
lance-encoding = { path = "../rust/lance-encoding" }
3838
lance-file = { path = "../rust/lance-file" }
39-
lance-index = { path = "../rust/lance-index", features = [
40-
"tokenizer-lindera",
41-
"tokenizer-jieba",
42-
] }
39+
lance-index = { path = "../rust/lance-index", features = ["tokenizer-lindera", "tokenizer-jieba"] }
4340
lance-io = { path = "../rust/lance-io" }
4441
lance-linalg = { path = "../rust/lance-linalg" }
4542
lance-table = { path = "../rust/lance-table" }

0 commit comments

Comments
 (0)