Skip to content

Commit 70cb40f

Browse files
committed
Fix formatting
1 parent 541df1c commit 70cb40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jint/Native/Function/ScriptFunction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ protected internal override JsValue Call(JsValue thisObject, JsCallArguments arg
117117

118118
private static JsCallArguments CloneArgumentsArray(JsCallArguments arguments)
119119
{
120-
return [..arguments];
120+
return [.. arguments];
121121
}
122122

123123
internal override bool IsConstructor

0 commit comments

Comments
 (0)