Skip to content

Commit

Permalink
Update src/lock_file/build_dispatch.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager authored Feb 3, 2025
1 parent 7af30bb commit 0760125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lock_file/build_dispatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pub struct LazyBuildDispatch<'a> {
pub build_dispatch: AsyncCell<BuildDispatch<'a>>,

// if we create a new conda prefix, we need to store the task result
// so we could reuse it later
// so that we can reuse it later
pub conda_task: Option<CondaPrefixUpdated>,

// project environment variables
Expand Down

0 comments on commit 0760125

Please sign in to comment.