1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 06:54:07 +00:00

fix indentation

This commit is contained in:
jaasen-livefront
2024-12-04 10:43:04 -08:00
parent f8608e6d38
commit 32054a7a91

View File

@@ -72,7 +72,7 @@ export class AllApplicationsComponent implements OnInit {
this.dataSource.data = applicationsReport;
this.applicationSummary =
this.riskInsightsReportService.generateApplicationsSummary(applicationsReport);
this.loading = false;
this.loading = false;
}),
)
.subscribe();