Skip to content

Commit c97e405

Browse files
author
Frederik Rothenberger
committed
Cargo.toml formatting
1 parent 3322c42 commit c97e405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

identity_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ url = { version = "2.4", default-features = false, features = ["serde"] }
2424
zeroize = { version = "1.6", default-features = false }
2525

2626
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi"), not(feature = "ic-wasm")))'.dependencies]
27-
js-sys = { version = "0.3.55", default-features = false, optional = true}
27+
js-sys = { version = "0.3.55", default-features = false, optional = true }
2828

2929
[dev-dependencies]
3030
proptest = { version = "1.0.0" }

0 commit comments

Comments
 (0)