Fix incorrect Graph method
This commit is contained in:
parent
62c4e80c36
commit
048406edfd
@ -6,6 +6,6 @@ package objecttree
|
||||
|
||||
import "fmt"
|
||||
|
||||
func (t *Tree) Graph(parser DescriptionParser) (data []string, err error) {
|
||||
func (t *Tree) Graph(parser DescriptionParser) (data string, err error) {
|
||||
return "", fmt.Errorf("not supported")
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user