Skip to content

Commit ed20867

Browse files
committed
Auto-fix PSScriptAnalyzer indentation and whitespace issues
1 parent 1afdfd1 commit ed20867

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SysAdmin-Tools/WSUS-Management-Tools/Check-WSUS-AdminAssembly.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Validates and loads Microsoft.UpdateServices.Administration.dll (WSUS Admin API).
44
@@ -39,7 +39,7 @@ Add-Type -AssemblyName System.Windows.Forms
3939
function Write-Log {
4040
param(
4141
[Parameter(Mandatory)][string]$Message,
42-
[ValidateSet("INFO","WARNING","ERROR")] [string]$Level = "INFO"
42+
[ValidateSet("INFO", "WARNING", "ERROR")] [string]$Level = "INFO"
4343
)
4444
$stamp = Get-Date -Format "yyyy-MM-dd HH:mm:ss"
4545
Write-Output "[$stamp] [$Level] $Message"

0 commit comments

Comments
 (0)