From 30d1a119f318da83c4ebac1e343f0782cd1af85e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 6 Jul 2018 10:07:03 -0400 Subject: [PATCH] lint fix --- src/app/organizations/tools/export.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/organizations/tools/export.component.ts b/src/app/organizations/tools/export.component.ts index f55910af6e..454c067e29 100644 --- a/src/app/organizations/tools/export.component.ts +++ b/src/app/organizations/tools/export.component.ts @@ -22,7 +22,7 @@ export class ExportComponent extends BaseExportComponent { constructor(analytics: Angulartics2, toasterService: ToasterService, cryptoService: CryptoService, userService: UserService, i18nService: I18nService, platformUtilsService: PlatformUtilsService, - exportService: ExportService, private route: ActivatedRoute, ) { + exportService: ExportService, private route: ActivatedRoute) { super(analytics, toasterService, cryptoService, userService, i18nService, platformUtilsService, exportService); }