Skip to content

Commit ff7ae5e

Browse files
committed
Fix gofmt formatting issues
- Run make fmt to format all Go files according to Go standards - Resolves CI failure: 'gofmt needs running on the following files: ./cloudstack/resource_cloudstack_egress_firewall.go' - No logic changes, only code formatting improvements
1 parent 46e078c commit ff7ae5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cloudstack/resource_cloudstack_egress_firewall.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,4 +762,5 @@ func verifyEgressFirewallRuleParams(d *schema.ResourceData, rule map[string]inte
762762

763763
return nil
764764
}
765+
765766
// Formatting fix

0 commit comments

Comments
 (0)