Skip to content

Commit bd3566a

Browse files
Abdi AbdulleJunjiequan
authored andcommitted
eslint fix
1 parent 99f5eef commit bd3566a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/app/proposals/proposals.module.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ export const PROPOSAL_DATE_FORMATS = {
9797
ProposalDatasetsComponent,
9898
],
9999
exports: [],
100-
providers: [DatePipe, FileSizePipe, SlicePipe, { provide: MAT_DATE_FORMATS, useValue: PROPOSAL_DATE_FORMATS }],
100+
providers: [
101+
DatePipe,
102+
FileSizePipe,
103+
SlicePipe,
104+
{ provide: MAT_DATE_FORMATS, useValue: PROPOSAL_DATE_FORMATS },
105+
],
101106
})
102107
export class ProposalsModule {}

0 commit comments

Comments
 (0)