Skip to content

Commit

Permalink
lint format
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Jul 17, 2023
1 parent 014c5e6 commit cd11f16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/services/firewall/firewall_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,7 @@ func flattenFirewallIPConfigurations(input *[]network.AzureFirewallIPConfigurati
}

func expandFirewallDNSServers(d *pluginsdk.ResourceData) map[string]*string {
if d == nil {
return nil
}
var res = map[string]*string{}
res := map[string]*string{}
if servers := d.Get("dns_servers").([]interface{}); len(servers) > 0 {
var servs []string
for _, server := range servers {
Expand Down

0 comments on commit cd11f16

Please sign in to comment.