Clear-NetboxCredential: Fix PSSA (trailing whitespace)

This commit is contained in:
Alexis La Goutte 2022-06-29 07:49:55 +02:00
parent 9dd6bc2b0e
commit e29299022e
2 changed files with 3 additions and 3 deletions

View file

@ -4,8 +4,8 @@
(
[switch]$Force
)
if ($Force -or ($PSCmdlet.ShouldProcess('Netbox Credentials', 'Clear'))) {
$script:NetboxConfig.Credential = $null
}
}
}

View file

@ -438,7 +438,7 @@ function Clear-NetboxCredential {
(
[switch]$Force
)
if ($Force -or ($PSCmdlet.ShouldProcess('Netbox Credentials', 'Clear'))) {
$script:NetboxConfig.Credential = $null
}