Skip to content

Commit

Permalink
silence is gold
Browse files Browse the repository at this point in the history
  • Loading branch information
trackd committed Feb 15, 2024
1 parent 9e14283 commit e68afe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function Format-SpectreTable {
if ($Headers) {
$table = Add-TableColumns -Table $table -formatData $Headers
} else {
return 'no properties found'
return
}
}
foreach ($item in $collector.FormatEntryInfo) {
Expand Down

0 comments on commit e68afe5

Please sign in to comment.