From df94c78ef4dabcfc4fe1d1f9116c54ec02299674 Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 22 Jan 2019 20:12:49 -0800 Subject: [PATCH] make fmt --- azurerm/resource_arm_recovery_services_protected_vm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurerm/resource_arm_recovery_services_protected_vm_test.go b/azurerm/resource_arm_recovery_services_protected_vm_test.go index 332aeb4c05cf..1f5118fcc424 100644 --- a/azurerm/resource_arm_recovery_services_protected_vm_test.go +++ b/azurerm/resource_arm_recovery_services_protected_vm_test.go @@ -282,7 +282,7 @@ resource "azurerm_recovery_services_protection_policy_vm" "test" { count = 10 } } -`, rInt, location, rstr[len(rstr)-5:] ) +`, rInt, location, rstr[len(rstr)-5:]) } func testAccAzureRMRecoveryServicesProtectedVm_basic(rInt int, location string) string {