Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Dec 26, 2023
1 parent 0916ffc commit ec0e55d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/plugins/regions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ class SingleRegion extends EventEmitter<RegionEvents> {
public maxLength = Infinity
public channelIdx: number

constructor(
params: RegionParams,
private totalDuration: number,
private numberOfChannels = 0,
) {
constructor(params: RegionParams, private totalDuration: number, private numberOfChannels = 0) {
super()

this.id = params.id || `region-${Math.random().toString(32).slice(2)}`
Expand Down

0 comments on commit ec0e55d

Please sign in to comment.