all: gofmt
Run standard gofmt command on project root. - go version go1.10.3 darwin/amd64 Signed-off-by: ia <isaac.ardis@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
// New node
|
||||
type New struct {
|
||||
Class node.Node
|
||||
Class node.Node
|
||||
ArgumentList *node.ArgumentList
|
||||
}
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ import (
|
||||
|
||||
// StaticCall node
|
||||
type StaticCall struct {
|
||||
Class node.Node
|
||||
Call node.Node
|
||||
Class node.Node
|
||||
Call node.Node
|
||||
ArgumentList *node.ArgumentList
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
// Switch node
|
||||
type Switch struct {
|
||||
Cond node.Node
|
||||
Cond node.Node
|
||||
CaseList *CaseList
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user