Skip to content

Commit d3c1e9b

Browse files
committed
Remove blanklines
1 parent 5fc8453 commit d3c1e9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

AsBuiltReport.VMware.vSphere/Src/Private/Get-AbrVSphereVUM.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ function Get-AbrVSphereVUM {
7979
Write-PScriboMessage -Message $LocalizedData.PatchNotAvailable
8080
}
8181
if ($VUMPatches -and $InfoLevel.VUM -ge 5) {
82-
BlankLine
8382
Section -Style Heading3 $LocalizedData.Patches {
8483
$VUMPatchInfo = foreach ($VUMPatch in $VUMPatches) {
8584
[PSCustomObject]@{
@@ -104,7 +103,6 @@ function Get-AbrVSphereVUM {
104103

105104
#region Software Depots
106105
if ($OnlineDepots -or $OfflineDepots) {
107-
BlankLine
108106
Section -Style Heading3 $LocalizedData.SoftwareDepots {
109107
if ($OnlineDepots) {
110108
Section -Style Heading4 $LocalizedData.OnlineDepots {

0 commit comments

Comments
 (0)