Skip to content

Commit 97f4ac3

Browse files
committed
Remove whitespace
1 parent ba84828 commit 97f4ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-tool.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$latest = Get-ChildItem .\artifacts\ Microsoft.OpenApi.Hidi* | select-object -Last 1
1+
$latest = Get-ChildItem .\artifacts\Microsoft.OpenApi.Hidi* | select-object -Last 1
22
$version = $latest.Name.Split(".")[3..5] | join-string -Separator "."
33

44
if (Test-Path -Path ./artifacts/hidi.exe) {

0 commit comments

Comments
 (0)