Skip to content

Commit a9b67b1

Browse files
committed
PR Feedback.
1 parent dc068bb commit a9b67b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@ $IsCrossCompiling = $HostArchName -ne $BuildArchName
386386
$TimingData = New-Object System.Collections.Generic.List[System.Object]
387387

388388
function Add-TimingData {
389-
param(
389+
param
390+
(
390391
[Parameter(Mandatory)]
391392
[string] $Arch,
392393
[Parameter(Mandatory)]

0 commit comments

Comments
 (0)