Skip to content

Commit

Permalink
style: auto-formatting [CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Dec 8, 2021
1 parent 76ad8a6 commit 9e5dd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compile/data/dataflow.ts
Expand Up @@ -122,7 +122,7 @@ export abstract class DataFlowNode {
this._parent = newParent;
newParent.addChild(this, loc);

parent._parent = this
parent._parent = this;
this.addChild(parent, loc);
}
}
Expand Down

0 comments on commit 9e5dd1b

Please sign in to comment.