Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Apr 13, 2017
1 parent 9250249 commit a8f06ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builtin/providers/azurerm/resource_arm_virtual_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,4 @@ func azureRMVirtualNetworkLockNetworkSecurityGroups(networkSecurityGroupNames *[
for _, networkSecurityGroupName := range *networkSecurityGroupNames {
armMutexKV.Lock(networkSecurityGroupName)
}
}
}
2 changes: 1 addition & 1 deletion builtin/providers/azurerm/resourceid.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ func parseNetworkSecurityGroupName(networkSecurityGroupId string) (string, error
}

return id.Path["networkSecurityGroups"], nil
}
}

0 comments on commit a8f06ea

Please sign in to comment.