Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
panzhijun committed Mar 11, 2024
1 parent dfb2fa8 commit 4af0972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/hunt/framework/view/algo/Wrapper.d
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ template wrapper(alias F)

foreach(i, def; ParameterDefs)
{
alias key = ParameterIdents[i];
const key = ParameterIdents[i];
static if (key == "varargs")
args[i] = UniNode.emptyArray;
else static if (key == "kwargs")
Expand Down

0 comments on commit 4af0972

Please sign in to comment.