Skip to content

Commit db6554c

Browse files
committed
Run cargo fmt
1 parent 39eaa28 commit db6554c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

crates/wac-graph/src/graph.rs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,13 +1980,8 @@ mod test {
19801980
)
19811981
.unwrap();
19821982

1983-
let package = wac_types::Package::from_bytes(
1984-
"test:pkg",
1985-
None,
1986-
bytes,
1987-
graph.types_mut(),
1988-
)
1989-
.unwrap();
1983+
let package =
1984+
wac_types::Package::from_bytes("test:pkg", None, bytes, graph.types_mut()).unwrap();
19901985
let pkg_id = graph.register_package(package).unwrap();
19911986

19921987
// Create an instantiation and export an alias

0 commit comments

Comments
 (0)