Jelajahi Sumber

Remove unnecessary semicolons

deepsource-autofix[bot] 4 tahun lalu
induk
melakukan
a44ab97c53
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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();