Skip to content

Commit c8db543

Browse files
committed
style: remove comment
1 parent 3d3c0e6 commit c8db543

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cloudstack/resource_cloudstack_loadbalancer_rule.go

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ func resourceCloudStackLoadBalancerRule() *schema.Resource {
100100
"cidrlist": {
101101
Type: schema.TypeSet,
102102
Optional: true,
103-
//Computed: true,
104103
ForceNew: true,
105104
Elem: &schema.Schema{Type: schema.TypeString},
106105
Set: schema.HashString,

0 commit comments

Comments
 (0)