Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4af0972

Browse files
author
panzhijun
committedMar 11, 2024
Minor fixes
1 parent dfb2fa8 commit 4af0972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/hunt/framework/view/algo/Wrapper.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ template wrapper(alias F)
5151

5252
foreach(i, def; ParameterDefs)
5353
{
54-
alias key = ParameterIdents[i];
54+
const key = ParameterIdents[i];
5555
static if (key == "varargs")
5656
args[i] = UniNode.emptyArray;
5757
else static if (key == "kwargs")

0 commit comments

Comments
 (0)
Please sign in to comment.