Skip to content

Commit 319ab75

Browse files
lgalabruobycode
andauthored
Update src/deployment/mod.rs
Co-authored-by: Brice <brice@hiro.so>
1 parent 744460d commit 319ab75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deployment/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ pub fn generate_default_deployment(
860860
}
861861
Err((inferable_dependencies, non_inferable_dependencies)) => {
862862
// In the case of unknown dependencies, we were unable to construct an exhaustive list of dependencies.
863-
// As such, we will enqueue re-enqueue the present (front) and push all the unknown contract_ids in front of it,
863+
// As such, we will re-enqueue the present (front) and push all the unknown contract_ids in front of it,
864864
// and we will keep the source in memory to avoid useless disk access.
865865
for (_, dependencies) in inferable_dependencies.iter() {
866866
for dependency in dependencies.iter() {

0 commit comments

Comments
 (0)