Skip to content

Commit 4d3c4b8

Browse files
HeyItsGilbertclaude
andcommitted
style: strip trailing whitespace from PSGalleryModule.ps1
Fixes PSAvoidTrailingWhitespace violations on lines 28 and 83 (blank lines inside comment-based help). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0458a6b commit 4d3c4b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PSDepend/PSDependScripts/PSGalleryModule.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Installs a module from a PowerShell repository like the PowerShell Gallery.
44
@@ -25,7 +25,7 @@
2525
2626
.PARAMETER AcceptLicense
2727
Accepts the license agreement during installation.
28-
28+
2929
.PARAMETER AllowPrerelease
3030
If specified, allow for prerelease.
3131
@@ -80,7 +80,7 @@
8080
# No version is specified - we assume latest in this case.
8181
8282
# * Perhaps you use this https://github.com/PowerShell/PSPrivateGallery, or Artifactory, ProGet, etc.
83-
83+
8484
.EXAMPLE
8585
@{
8686
'vmware.powercli' = @{

0 commit comments

Comments
 (0)