Browse Source

fixed unnecessary semicolons in cssviewer-extension

Jiri Vrany 7 years ago
parent
commit
1199aea774
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/csvviewer-extension/src/index.ts

+ 2 - 2
packages/csvviewer-extension/src/index.ts

@@ -81,7 +81,7 @@ function activateCsv(app: JupyterLab, restorer: ILayoutRestorer): void {
       widget.title.iconLabel = ft.iconLabel;
     }
   });
-};
+}
 
 /**
  * Activate cssviewer extension for TSV files
@@ -117,7 +117,7 @@ function activateTsv(app: JupyterLab, restorer: ILayoutRestorer): void {
       widget.title.iconLabel = ft.iconLabel;
     }
   });
-};
+}
 
 /**
  * Export the plugins as default.