Skip to content

Commit

Permalink
Trivial: Add 'in' on a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Jan 18, 2024
1 parent b7569b0 commit aebefbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dub/dub.d
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ private class DependencyVersionResolver : DependencyResolver!(Dependency, Depend
return p;
}

private Package getPackageRaw(PackageName name, Dependency dep)
private Package getPackageRaw(in PackageName name, Dependency dep)
{
import dub.recipe.json;

Expand Down

0 comments on commit aebefbd

Please sign in to comment.