mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
ESLint: fix object-curly-spacing
This commit is contained in:
@@ -57,7 +57,7 @@ export class NavbarModule {
|
||||
static withEntryComponents() {
|
||||
return {
|
||||
ngModule: NavbarModule,
|
||||
providers: ENTRY_COMPONENTS.map((component) => ({provide: component})),
|
||||
providers: ENTRY_COMPONENTS.map((component) => ({ provide: component })),
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user