Skip to content

Commit 9206ffa

Browse files
committed
fmt
1 parent a369c43 commit 9206ffa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • turbopack/crates/turbo-tasks-backend/src/backend

turbopack/crates/turbo-tasks-backend/src/backend/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,8 +1673,8 @@ impl<B: BackingStorage> TurboTasksBackendInner<B> {
16731673
let has_mutable_children =
16741674
has_children && new_children.values().any(|is_immutable| !*is_immutable);
16751675

1676-
// If the task is not stateful and has no mutable children, it does not have a way to be invalidated
1677-
// and we can mark it as immutable.
1676+
// If the task is not stateful and has no mutable children, it does not have a way to be
1677+
// invalidated and we can mark it as immutable.
16781678
if !stateful && !has_mutable_children {
16791679
task.mark_as_immutable();
16801680
}

0 commit comments

Comments
 (0)