From 9e79ac810f93886bfc1f7d402494571e1ff32d7e Mon Sep 17 00:00:00 2001 From: Austin Cheung Date: Sat, 23 May 2020 14:27:21 -0700 Subject: [PATCH] formatting --- .../services/web/tests/resource_arm_app_service_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azurerm/internal/services/web/tests/resource_arm_app_service_test.go b/azurerm/internal/services/web/tests/resource_arm_app_service_test.go index 7ee24846c2e1..ee7737a8b267 100644 --- a/azurerm/internal/services/web/tests/resource_arm_app_service_test.go +++ b/azurerm/internal/services/web/tests/resource_arm_app_service_test.go @@ -2743,9 +2743,9 @@ resource "azurerm_app_service" "test" { } ip_restriction { - ip_address = "30.30.30.0/24" - name = "test-restriction-3" - action = "Deny" + ip_address = "30.30.30.0/24" + name = "test-restriction-3" + action = "Deny" } } }