浏览代码

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

Remove unnecessary semicolons
Harsh Bardhan Mishra 4 年之前
父节点
当前提交
4549861a71
共有 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 {
   isWebRTCSupported(): boolean {
     return typeof RTCPeerConnection !== 'undefined';
     return typeof RTCPeerConnection !== 'undefined';
-  };
+  }
 
 
   isBrowserSupported(): boolean {
   isBrowserSupported(): boolean {
     const browser = this.getBrowser();
     const browser = this.getBrowser();