reformat node.go

This commit is contained in:
vadim 2017-12-06 16:00:51 +02:00
parent 60d8874a6f
commit 24dfe3f734

View File

@ -3,8 +3,9 @@ package node
import ( import (
"bytes" "bytes"
"fmt" "fmt"
"github.com/z7zmey/php-parser/token"
"io" "io"
"github.com/z7zmey/php-parser/token"
) )
type Node interface { type Node interface {