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 Nov 23, 2024
1 parent ef2dbb0 commit 5665cc9
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 @@ -38,7 +38,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 5665cc9

Please sign in to comment.