1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-03 09:03:32 +00:00

remove trailing whitespace for lint errors

This commit is contained in:
Chad Scharf
2020-11-04 12:19:56 -05:00
parent c001a00f82
commit fe031ac6b8
7 changed files with 0 additions and 7 deletions

View File

@@ -43,7 +43,6 @@ export class AddEditComponent extends BaseAddEditComponent implements OnChanges
case 'windowHidden':
this.onWindowHidden();
break;
default:
}
});

View File

@@ -35,7 +35,6 @@ export class ExportComponent extends BaseExportComponent implements OnInit {
case 'windowHidden':
this.onWindowHidden();
break;
default:
}
});

View File

@@ -52,7 +52,6 @@ export class ViewComponent extends BaseViewComponent implements OnChanges {
case 'windowHidden':
this.onWindowHidden();
break;
default:
}
});