Skip to content

Commit d9233d7

Browse files
committed
Fix fmt
Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
1 parent 0fd5288 commit d9233d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wac-graph/src/graph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ mod test {
19861986
// Verify the definition and export were cleaned up
19871987
assert!(graph.get_export("foo").is_none());
19881988
}
1989-
1989+
#[test]
19901990
fn it_cleans_up_exports_on_unregister_package() {
19911991
let mut graph = CompositionGraph::new();
19921992
let bytes = wat::parse_str(

0 commit comments

Comments
 (0)