Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
  • Loading branch information
Didainius committed Jul 4, 2023
1 parent 1cfad09 commit 093610e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions govcd/ip_space_allocation.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@ func (ipSpaceAllocation *IpSpaceIpAllocation) Delete() error {
}

err = client.OpenApiDeleteItem(apiVersion, urlRef, nil, getTenantContextHeader(tenantContext))
if err != nil {
return err
}

if err != nil {
return fmt.Errorf("error deleting IP Space IP Allocation: %s", err)
}
Expand Down

0 comments on commit 093610e

Please sign in to comment.