Skip to content

Commit 955ec50

Browse files
committed
fix(benchmarks): remove unnecessary providers
1 parent 149c6ac commit 955ec50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/benchmarks/mdc/button/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class ButtonBenchmarkApp {
3737
BrowserModule,
3838
MatButtonModule,
3939
],
40-
providers: [],
40+
4141
bootstrap: [ButtonBenchmarkApp],
4242
})
4343
export class AppModule {}

test/benchmarks/mdc/checkbox/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class CheckboxBenchmarkApp {
4646
BrowserModule,
4747
MatCheckboxModule,
4848
],
49-
providers: [],
49+
5050
bootstrap: [CheckboxBenchmarkApp],
5151
})
5252
export class AppModule {}

0 commit comments

Comments
 (0)