Skip to content

Commit

Permalink
Fixed some formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
leewilson86 authored Oct 12, 2019
1 parent 124f01e commit 4c2ae77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azurerm/data_source_loadbalancer_backend_address_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ func dataSourceArmLoadBalancerBackendAddressPoolRead(d *schema.ResourceData, met
d.SetId(*bap.ID)

backendIPConfigurations := make([]interface{}, 0)

if props := bap.BackendAddressPoolPropertiesFormat; props != nil {

if beipConfigs := props.BackendIPConfigurations; beipConfigs != nil {

for _, config := range *beipConfigs {
Expand Down

0 comments on commit 4c2ae77

Please sign in to comment.