Skip to content

Commit

Permalink
Fix fmt in the project
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro J. Nuñez Madrazo <alejandrojnm@gmail.com>
  • Loading branch information
alejandrojnm committed Jun 12, 2023
1 parent ff3165a commit f104602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civo/resource_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ func resourceNetworkDelete(_ context.Context, d *schema.ResourceData, m interfac
if err != nil {
return diag.Errorf("error waiting for network (%s) to be deleted: %s", netowrkID, err)
}

return nil
}

0 comments on commit f104602

Please sign in to comment.