Trim Trailing Whitespace

This commit is contained in:
Carterpersall
2023-10-04 10:08:10 -05:00
parent 807b0fb307
commit 0ce32aa2c2
57 changed files with 236 additions and 236 deletions

View File

@@ -3,10 +3,10 @@
./Compile.ps1
$script = Get-Content .\winutil.ps1
$script[0..($script.count - 21)] | Out-File .\pester.ps1
$script[0..($script.count - 21)] | Out-File .\pester.ps1
#endregion Load Variables needed for testing
#endregion Load Variables needed for testing
BeforeAll {
. .\pester.ps1
@@ -23,5 +23,5 @@ Describe "GUI" {
It "Imports with no errors" {
$sync.Form | should -Not -BeNullOrEmpty
}
}
}
}