Skip to content

Commit cdcae95

Browse files
CopilotTrenly
andcommitted
Fix trailing whitespace in test file
Co-authored-by: Trenly <12611259+Trenly@users.noreply.github.com>
1 parent a1770d5 commit cdcae95

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Tools/Modules/YamlCreate/YamlCreate.InstallerDetection/YamlCreate.InstallerDetection.Tests.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ BeforeAll {
1111
return $null
1212
}
1313
}
14-
14+
1515
if (-not (Get-Command Get-MSIProperty -ErrorAction SilentlyContinue)) {
1616
function Global:Get-MSIProperty {
1717
param([string]$Path, [string]$Property)
1818
return $null
1919
}
2020
}
21-
21+
2222
if (-not (Get-Command Get-Win32ModuleResource -ErrorAction SilentlyContinue)) {
2323
function Global:Get-Win32ModuleResource {
2424
param([string]$Path, [switch]$DontLoadResource)
@@ -48,7 +48,7 @@ Describe 'YamlCreate.InstallerDetection Module' {
4848
'Test-IsFont'
4949
'Resolve-InstallerType'
5050
)
51-
51+
5252
foreach ($Function in $ExpectedFunctions) {
5353
$ExportedFunctions | Should -Contain $Function
5454
}

0 commit comments

Comments
 (0)