cleanup
This commit is contained in:
parent
04246ef0fb
commit
e102fd98c3
1 changed files with 0 additions and 2 deletions
|
|
@ -711,9 +711,7 @@ func renameConflictsToParent(g *d2graph.Graph, key *d2ast.KeyPath) (*d2graph.Gra
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
newIDs = append(newIDs, uniqueKeyStr)
|
newIDs = append(newIDs, uniqueKeyStr)
|
||||||
|
|
||||||
uniqueKey, err := d2parser.ParseKey(uniqueKeyStr)
|
uniqueKey, err := d2parser.ParseKey(uniqueKeyStr)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue