hcl/ast: style

This commit is contained in:
Mitchell Hashimoto 2015-11-08 16:20:22 -08:00
parent 7ccda83497
commit 278bb105f2

View File

@ -18,7 +18,6 @@ func (File) node() {}
func (ObjectList) node() {} func (ObjectList) node() {}
func (ObjectKey) node() {} func (ObjectKey) node() {}
func (ObjectItem) node() {} func (ObjectItem) node() {}
func (Comment) node() {} func (Comment) node() {}
func (CommentGroup) node() {} func (CommentGroup) node() {}
func (ObjectType) node() {} func (ObjectType) node() {}