mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-04 20:06:12 +02:00
Include Julius' feedback.
This commit is contained in:
parent
84acfed061
commit
5959cd9e53
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user