Skip to content

Commit 4246c03

Browse files
committed
Auto-fix PSScriptAnalyzer indentation and whitespace issues
1 parent 5bc02cc commit 4246c03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Core-ScriptLibrary/Modular-PS1-Scripts/Launch-Script-AutomaticMenu.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
PowerShell GUI for Executing Scripts Organized by Tabs with Real-Time Search.
44
@@ -179,8 +179,8 @@ function Create-GUI {
179179
Update-ListBox -SearchBox $searchBox -ListBox $listBox -ScriptFiles $scriptsByCategory[$category]
180180

181181
$searchBox.Add_TextChanged({
182-
Update-ListBox -SearchBox $searchBox -ListBox $listBox -ScriptFiles $scriptsByCategory[$category]
183-
})
182+
Update-ListBox -SearchBox $searchBox -ListBox $listBox -ScriptFiles $scriptsByCategory[$category]
183+
})
184184
}
185185

186186
$btnExecute = New-Object Windows.Forms.Button -Property @{

0 commit comments

Comments
 (0)