Skip to content

Commit dc1fb19

Browse files
mkatychevlann
andauthored
Update crates/wasm-pkg-common/src/config.rs
Co-authored-by: Lann <github-lann@lannbox.com>
1 parent d7db348 commit dc1fb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasm-pkg-common/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ impl RegistryMapping {
4747
fn get_registry(&self) -> &Registry {
4848
match self {
4949
RegistryMapping::Registry(reg) => reg,
50-
RegistryMapping::Custom(custom) => &(custom.registry),
50+
RegistryMapping::Custom(custom) => &custom.registry,
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)