From b0913285c3344d11eabd1813be555ee1009681f2 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Wed, 4 Nov 2015 17:27:17 +0300 Subject: [PATCH] printer: update golden example --- printer/testdata/complexhcl.golden | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer/testdata/complexhcl.golden b/printer/testdata/complexhcl.golden index 8c01253..1639944 100644 --- a/printer/testdata/complexhcl.golden +++ b/printer/testdata/complexhcl.golden @@ -41,4 +41,4 @@ resource "aws_instance" "db" { output "web_ip" { value = "${aws_instance.web.private_ip}" -} +} \ No newline at end of file