hcl/ast: style

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

View File

@ -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() {}