Skip to content

Commit e2567ea

Browse files
author
smoghe-bw
committed
style: remove extra blank lines in bandwidthRtc.ts and signaling.ts
1 parent af93d6e commit e2567ea

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/v1/bandwidthRtc.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ export class BandwidthRtc {
147147
this.readyHandler = callback;
148148
}
149149

150-
151150
/**
152151
* Publish media to the Bandwidth WebRTC platform
153152
*

src/v1/signaling.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class Signaling extends EventEmitter {
5252
this.emit("sdpOffer", event);
5353
});
5454

55-
5655
ws.on("open", async () => {
5756
logger.debug("Websocket open");
5857
if (globalThis.addEventListener) {

0 commit comments

Comments
 (0)