Skip to content

Commit

Permalink
removed trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
dagarwal-mitre committed Feb 28, 2024
1 parent 1f53cf3 commit cc792cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function New-Report {
# Handle AAD-specific reporting
if ($BaselineName -eq "aad") {
$ReportHTML = $ReportHTML.Replace("{AADWARNING}", $AADWarning)

# Create an array of custom objects for each SKU
$LicenseInfoArray = $SettingsExport.license_information | ForEach-Object {
[pscustomobject]@{
Expand Down

0 comments on commit cc792cc

Please sign in to comment.