reformat node.go
This commit is contained in:
+2
-1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user