Skip to content

Commit aa31c21

Browse files
committed
remove extra whitespaces
1 parent 36c0225 commit aa31c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/RunVersionController.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function Get-ReleaseNotes
132132
$_.FullName -notlike "*Netcore*" -and `
133133
$_.FullName -notlike "*dll-Help.psd1*" -and `
134134
$_.FullName -notlike "*Stack*" } }
135-
135+
136136
Import-LocalizedData -BindingVariable ModuleMetadata -BaseDirectory $ModuleManifestFile.DirectoryName -FileName $ModuleManifestFile.Name
137137
return $ModuleMetadata.PrivateData.PSData.ReleaseNotes
138138
}

0 commit comments

Comments
 (0)