fix
This commit is contained in:
parent
7301cb3699
commit
22bd19b55d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ func main() {
|
||||||
// Create a shape with the ID, "cat"
|
// Create a shape with the ID, "cat"
|
||||||
graph, _, _ = d2oracle.Create(graph, "cat")
|
graph, _, _ = d2oracle.Create(graph, "cat")
|
||||||
// Move the shape "meow" inside the container "cat"
|
// Move the shape "meow" inside the container "cat"
|
||||||
graph, _ = d2oracle.Move(graph, "meow", "cat.meow")
|
graph, _ = d2oracle.Move(graph, "meow", "cat.meow", false)
|
||||||
// Prints formatted D2 script
|
// Prints formatted D2 script
|
||||||
fmt.Print(d2format.Format(graph.AST))
|
fmt.Print(d2format.Format(graph.AST))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue