mirror of
https://github.com/prometheus/prometheus
synced 2026-04-30 14:50:25 +08:00
Include Julius' feedback.
This commit is contained in:
@@ -279,7 +279,7 @@ func (node *MatrixLiteral) NodeTreeToDotGraph() string {
|
||||
}
|
||||
|
||||
func (node *StringLiteral) NodeTreeToDotGraph() string {
|
||||
return fmt.Sprintf("%#p[label=\"'%v'\"];\n", node.str, node.str)
|
||||
return fmt.Sprintf("%#p[label=\"'%v'\"];\n", node, node.str)
|
||||
}
|
||||
|
||||
func (node *StringFunctionCall) NodeTreeToDotGraph() string {
|
||||
|
||||
Reference in New Issue
Block a user