mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-07 09:42:48 +01:00
chg: add space
This commit is contained in:
4
WELA.ps1
4
WELA.ps1
@@ -79,7 +79,7 @@
|
||||
$ruleCounts += ")"
|
||||
}
|
||||
if ($this.SubCategory) {
|
||||
Write-Host " - $($this.SubCategory): $ruleCounts" -ForegroundColor $color
|
||||
Write-Host " - $this.SubCategory: $ruleCounts" -ForegroundColor $color
|
||||
}
|
||||
if ($this.DefaultSetting) {
|
||||
Write-Host " - Default Setting: $($this.DefaultSetting)"
|
||||
@@ -91,7 +91,7 @@
|
||||
Write-Host " - Volume: $($this.Volume)"
|
||||
}
|
||||
if ($this.Note) {
|
||||
Write-Host " - Note: $($this.Note)"
|
||||
Write-Host " - Note: $($this.Note)"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user