Skip to content

Commit

Permalink
ci: Go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed May 9, 2022
1 parent 85df3dd commit a6c1a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netbox/data_netbox_ipam_ip_addresses.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ func dataNetboxIpamIPAddresses() *schema.Resource {

Schema: map[string]*schema.Schema{
"address": {
Type: schema.TypeString,
Required: true,
Type: schema.TypeString,
Required: true,
ValidateFunc: validation.IsCIDR,
},
},
Expand Down

0 comments on commit a6c1a94

Please sign in to comment.