瀏覽代碼

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();