#70: remove constant UseLeadingNsSeparatorToken
This commit is contained in:
@@ -2293,7 +2293,6 @@ func (p *Printer) printStmtGroupUse(n node.Node) {
|
||||
p.Print(nn.UseType)
|
||||
}
|
||||
|
||||
p.printMeta(nn, meta.UseLeadingNsSeparatorToken)
|
||||
p.Print(nn.Prefix)
|
||||
p.printMeta(nn, meta.NsSeparatorToken)
|
||||
io.WriteString(p.w, "\\")
|
||||
@@ -2675,8 +2674,6 @@ func (p *Printer) printStmtUse(n node.Node) {
|
||||
p.Print(nn.UseType)
|
||||
}
|
||||
|
||||
p.printMeta(nn, meta.UseLeadingNsSeparatorToken)
|
||||
|
||||
p.Print(nn.Use)
|
||||
|
||||
if nn.Alias != nil {
|
||||
|
||||
Reference in New Issue
Block a user