Skip to content

Commit 1a93df8

Browse files
committed
BGP(Router): fix extra Set-Style -Style Critical...
1 parent 389e822 commit 1a93df8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Src/Private/Get-AbrFgtRoute.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ function Get-AbrFgtRoute {
259259
$TableParams['Caption'] = "- $($TableParams.Name)"
260260
}
261261

262-
$OutObj | Where-Object { $_.value -ne $_.default } | Set-Style -Style Critical
263262
$OutObj | Table @TableParams
264263
}
265264

@@ -341,7 +340,6 @@ function Get-AbrFgtRoute {
341340
$TableParams['Caption'] = "- $($TableParams.Name)"
342341
}
343342

344-
$OutObj | Where-Object { $_.value -ne $_.default } | Set-Style -Style Critical
345343
$OutObj | Table @TableParams
346344
}
347345

0 commit comments

Comments
 (0)