From e50425b182ce6f736e916bd993d643119f588d4f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 2 Jul 2014 12:04:37 -0700 Subject: [PATCH] config: style --- config/test-fixtures/basic.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/test-fixtures/basic.tf b/config/test-fixtures/basic.tf index 0959f170ad..04d71bbbf4 100644 --- a/config/test-fixtures/basic.tf +++ b/config/test-fixtures/basic.tf @@ -23,7 +23,7 @@ resource aws_instance "web" { ] network_interface { - device_index = 0 - description = "Main network interface" + device_index = 0 + description = "Main network interface" } }