Skip to content

Commit

Permalink
undo whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bgw committed Jun 20, 2024
1 parent efa18dd commit abcb446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turbo-tasks-memory/src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,6 @@ impl Task {
};
aggregation_context.apply_queued_updates();
self.clear_dependencies(dependencies, backend, turbo_tasks);

Some(TaskExecutionSpec { future, span })
}

Expand Down Expand Up @@ -1444,6 +1443,7 @@ impl Task {
Done { .. } => {
let result = func(&mut state.output)?;
drop(state);

Ok(Ok(result))
}
Dirty {
Expand Down

0 comments on commit abcb446

Please sign in to comment.