Skip to content

Commit dfe73bf

Browse files
committed
fixup
1 parent a4216bb commit dfe73bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/next-api/src/analyze.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ pub async fn analyze_module_graphs(module_graphs: Vc<ModuleGraphs>) -> Result<Vc
442442
all_edges.insert((parent_node, node));
443443
}
444444
}
445-
Ok(())
446445
}
446+
Ok(())
447447
})?;
448448
}
449449

0 commit comments

Comments
 (0)