Преглед изворни кода

Remove unnecessary semicolons

deepsource-autofix[bot] пре 4 година
родитељ
комит
a44ab97c53
1 измењених фајлова са 1 додато и 1 уклоњено
  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();