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 Sep 29, 2023
1 parent e9476a3 commit 5ed6d05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/compile/data/timeunit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ export class TimeUnitNode extends DataFlowNode {
return new TimeUnitNode(null, duplicate(this.timeUnits));
}

constructor(parent: DataFlowNode, private timeUnits: Dict<TimeUnitComponent>) {
constructor(
parent: DataFlowNode,
private timeUnits: Dict<TimeUnitComponent>
) {
super(parent);
}

Expand Down

0 comments on commit 5ed6d05

Please sign in to comment.