From ec0e55d6ead4095e8ae621c9f8b7b0a1f50371bc Mon Sep 17 00:00:00 2001 From: katspaugh Date: Tue, 26 Dec 2023 15:43:09 +0100 Subject: [PATCH] Prettier --- src/plugins/regions.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/plugins/regions.ts b/src/plugins/regions.ts index c532a0649..d61309b3f 100644 --- a/src/plugins/regions.ts +++ b/src/plugins/regions.ts @@ -75,11 +75,7 @@ class SingleRegion extends EventEmitter { 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)}`