mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
bun run zig-format
This commit is contained in:
committed by
github-actions[bot]
parent
89569b0c27
commit
6c4f39d98b
@@ -4133,7 +4133,7 @@ pub fn IncrementalGraph(side: bake.Side) type {
|
||||
prev_dependency.next_dependency = edge.next_dependency;
|
||||
} else {
|
||||
assert_eql(g.first_dep.items[edge.imported.get()].unwrap(), edge_index);
|
||||
g.first_dep.items[edge.imported.get()] = edge.next_dependency;
|
||||
g.first_dep.items[edge.imported.get()] = edge.next_dependency;
|
||||
}
|
||||
if (edge.next_dependency.unwrap()) |next| {
|
||||
const next_dependency = &g.edges.items[next.get()];
|
||||
|
||||
Reference in New Issue
Block a user