Selaa lähdekoodia

Merge pull request #2 from HarshCasper/deepsource-fix-ff04cf77

Remove unnecessary semicolons
Harsh Bardhan Mishra 4 vuotta sitten
vanhempi
commit
4549861a71
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lib/supports.ts

+ 1 - 1
lib/supports.ts

@@ -10,7 +10,7 @@ export const Supports = new class {
 
   isWebRTCSupported(): boolean {
     return typeof RTCPeerConnection !== 'undefined';
-  };
+  }
 
   isBrowserSupported(): boolean {
     const browser = this.getBrowser();