mirror of
https://github.com/bitwarden/browser
synced 2025-01-19 16:00:53 +01:00
lint fix
This commit is contained in:
parent
5efab1d495
commit
30d1a119f3
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user