From 26846b59319ae6733d551c608ccb7af47af31e04 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Mon, 26 Oct 2015 01:46:37 +0300 Subject: [PATCH] parser: fix leaked comment --- parser/test-fixtures/complex.hcl | 2 -- 1 file changed, 2 deletions(-) diff --git a/parser/test-fixtures/complex.hcl b/parser/test-fixtures/complex.hcl index b3bf70d..46981bb 100644 --- a/parser/test-fixtures/complex.hcl +++ b/parser/test-fixtures/complex.hcl @@ -26,8 +26,6 @@ resource aws_instance "web" { device_index = 0 description = "Main network interface" } - - foo = ["faith", arslan] } resource "aws_instance" "db" {