From 278bb105f21b5a494a6b3d609c83d98876638f50 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 8 Nov 2015 16:20:22 -0800 Subject: [PATCH] hcl/ast: style --- hcl/ast/ast.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/hcl/ast/ast.go b/hcl/ast/ast.go index 67acf96..ee31d7e 100644 --- a/hcl/ast/ast.go +++ b/hcl/ast/ast.go @@ -14,11 +14,10 @@ type Node interface { Pos() token.Pos } -func (File) node() {} -func (ObjectList) node() {} -func (ObjectKey) node() {} -func (ObjectItem) node() {} - +func (File) node() {} +func (ObjectList) node() {} +func (ObjectKey) node() {} +func (ObjectItem) node() {} func (Comment) node() {} func (CommentGroup) node() {} func (ObjectType) node() {}