mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
[deps] Autofill: Update prettier to v3 (#7014)
* [deps] Autofill: Update prettier to v3 * prettier formatting updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Prusik <jprusik@classynemesis.com>
This commit is contained in:
@@ -36,7 +36,7 @@ export class EventsComponent extends BaseEventsComponent implements OnInit {
|
||||
private router: Router,
|
||||
logService: LogService,
|
||||
private userNamePipe: UserNamePipe,
|
||||
fileDownloadService: FileDownloadService
|
||||
fileDownloadService: FileDownloadService,
|
||||
) {
|
||||
super(
|
||||
eventService,
|
||||
@@ -44,7 +44,7 @@ export class EventsComponent extends BaseEventsComponent implements OnInit {
|
||||
exportService,
|
||||
platformUtilsService,
|
||||
logService,
|
||||
fileDownloadService
|
||||
fileDownloadService,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@ export class EventsComponent extends BaseEventsComponent implements OnInit {
|
||||
this.providerId,
|
||||
startDate,
|
||||
endDate,
|
||||
continuationToken
|
||||
continuationToken,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user