Skip to content

Commit c5ae777

Browse files
liyixinritchie46
authored andcommitted
fix lint
1 parent ee293af commit c5ae777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/polars-arrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ version_check = { workspace = true }
7070

7171
[target.wasm32-unknown-unknown.dependencies]
7272
getrandom = { version = "0.3", features = ["wasm_js"] }
73-
old_getrandom = { version = "0.2", features = ["js"] , package = "getrandom" }
73+
old_getrandom = { version = "0.2", features = ["js"], package = "getrandom" }
7474

7575
[features]
7676
default = []

0 commit comments

Comments
 (0)