Skip to content

Commit 05ab35a

Browse files
fixing EOL spaces (again, sorry)
1 parent 60a6044 commit 05ab35a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Recon/Invoke-Portscan.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ http://webstersprodigy.net
151151

152152
ValueFromPipeline=$True,
153153
Mandatory = $True)]
154-
155154
[String[]] $Hosts,
156155

157156
[Parameter(ParameterSetName="fHosts",
@@ -360,7 +359,6 @@ http://webstersprodigy.net
360359
Param (
361360
[Parameter(Mandatory = $True)]
362361
[ValidateRange(1,1000)]
363-
364362
[int] $numPorts
365363
)
366364

@@ -1027,7 +1025,6 @@ http://webstersprodigy.net
10271025
}
10281026

10291027
if (!$quiet)
1030-
10311028
{
10321029
$hostDate = Get-Date
10331030
$hostObj = New-Object System.Object

0 commit comments

Comments
 (0)