Remove whitespace

This commit is contained in:
Ben Claussen 2023-03-10 14:37:49 -05:00
parent 27209d6917
commit e2a5157790

View file

@ -1,7 +1,7 @@

function Test-NetboxAPIConnected {
[CmdletBinding()]
param ()
$script:NetboxConfig.Connected
}