Remove excess white space

This commit is contained in:
Wes Carroll
2019-04-06 23:32:08 -04:00
parent ef22b6363d
commit 497d43fe81
@@ -82,7 +82,6 @@ function Invoke-ZertoFailover {
if ($PSCmdlet.ShouldProcess("$vpgName with identifier $vpgId and these options $($body | convertto-json)")) {
Invoke-ZertoRestRequest -uri $baseUri -body $($body | ConvertTo-Json) -method "POST"
}
}
end {